Improvements

This commit is contained in:
ricardo
2020-05-30 19:03:58 -04:00
parent 91c40367e1
commit 4e9490a88d
11 changed files with 62 additions and 45 deletions

View File

@@ -44,7 +44,6 @@ export interface IDatabaseCollections {
}
export interface IWebhookDb {
id?: number | ObjectID;
workflowId: number | string | ObjectID;
webhookPath: string;
method: string;