Skip to content

Commit

Permalink
fix: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 30, 2024
1 parent e0063d9 commit ceebdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CoCreateLazyLoader {
}

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

0 comments on commit ceebdfb

Please sign in to comment.