Skip to content

Commit 42fe3c8

Browse files
author
Jakub Jankowski
authored
fix: missing webhook node type (#147)
1 parent d99f6ad commit 42fe3c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export enum NodeType {
77
HttpServer = 'http_server',
88
HttpOperation = 'http_operation',
99
HttpCallback = 'http_callback',
10+
HttpWebhook = 'http_webhook',
1011
Model = 'model',
1112
Generic = 'generic',
1213
Unknown = 'unknown',

0 commit comments

Comments
 (0)