X-Git-Url: http://nitlanguage.org diff --git a/lib/github/events.nit b/lib/github/events.nit index 2dc0af7..f2f398a 100644 --- a/lib/github/events.nit +++ b/lib/github/events.nit @@ -18,11 +18,10 @@ module events import api -intrude import json::serialization +intrude import json # Github event stub. class GithubEvent - super Jsonable serialize # Event ID from Github. @@ -33,8 +32,6 @@ class GithubEvent # Repo where this event occured. var repo: Repo is writable - - redef fun to_json do return serialize_to_json end # Triggered when a commit comment is created.