bulltrackers-module 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
* to be shared across multiple Cloud Functions.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
// TO:
|
|
8
|
+
const core = require('./functions/core');
|
|
8
9
|
const Orchestrator = require('./functions/orchestrator');
|
|
9
10
|
const TaskEngine = require('./functions/task-engine'); // <-- ADD THIS
|
|
10
11
|
|