Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ceebdfb

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /