Always use http-agent for hooks and triggers (#4800)
This commit is contained in:
committed by
Florent Vilmart
parent
9bff44b446
commit
c5e8470e36
@@ -150,9 +150,8 @@ export function getHooksController(options: ParseServerOptions, databaseControll
|
||||
const {
|
||||
appId,
|
||||
webhookKey,
|
||||
hookKeepAlive,
|
||||
} = options;
|
||||
return new HooksController(appId, databaseController, webhookKey, hookKeepAlive);
|
||||
return new HooksController(appId, databaseController, webhookKey);
|
||||
}
|
||||
|
||||
interface PushControlling {
|
||||
|
||||
Reference in New Issue
Block a user