Skip to content

Commit ceebdfb

Browse files
committed
fix: comment typo
1 parent e0063d9 commit ceebdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class CoCreateLazyLoader {
5858
}
5959

6060
if (valideUrl.pathname.startsWith('/webhooks/')) {
61-
let name = req.url.split('/')[2]; // Assuming URL structure is /webhook/name/...
61+
let name = req.url.split('/')[2]; // Assuming URL structure is /webhooks/name/...
6262
if (this.modules[name]) {
6363
this.executeScriptWithTimeout(name, { req, res, host: hostname, organization, valideUrl, organization_id: organization._id })
6464
} else {

0 commit comments

Comments
 (0)