We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd7205 commit 1fdca5fCopy full SHA for 1fdca5f
src/server.js
@@ -161,6 +161,7 @@ class CoCreateLazyLoader {
161
if (!key)
162
throw new Error(`Missing ${name} key in organization apis object`);
163
164
+ // ToDo: if data.endpoint service not required as endpoint will be used
165
const service = require(config.path);
166
let instance
167
if (config.initialize)
0 commit comments