remove post hook case
This commit is contained in:
parent
6b81984b8a
commit
61bfce1ee4
|
@ -121,8 +121,6 @@ func SetupPostHooks(handler *handler.Handler) {
|
|||
invokeHookAsync(hooks.HookPostReceive, info)
|
||||
case info := <-handler.CreatedUploads:
|
||||
invokeHookAsync(hooks.HookPostCreate, info)
|
||||
case info := <-handler.GetUploads:
|
||||
invokeHookAsync(hooks.HookPreGet, info)
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
|
Loading…
Reference in New Issue