mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 00:11:23 +00:00
Clean up Requester interface a bit
This commit is contained in:
@@ -74,8 +74,8 @@ class GHHooks {
|
||||
ea.add(e.symbol());
|
||||
}
|
||||
|
||||
GHHook hook = new Requester(root).with("name", name).with("active", active)._with("config", config)
|
||||
._with("events", ea).to(collection(), clazz());
|
||||
GHHook hook = new Requester(root).with("name", name).with("active", active).with("config", config)
|
||||
.with("events", ea).to(collection(), clazz());
|
||||
|
||||
return wrap(hook);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user