Skip to content

Commit

Permalink
ToDo: if data.endpoint service not required as endpoint will be used
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 19, 2024
1 parent 1cd7205 commit 1fdca5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class CoCreateLazyLoader {
if (!key)
throw new Error(`Missing ${name} key in organization apis object`);

// ToDo: if data.endpoint service not required as endpoint will be used
const service = require(config.path);
let instance
if (config.initialize)
Expand Down

0 comments on commit 1fdca5f

Please sign in to comment.