psdev-task-manager 1.1.9 → 1.1.10
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/backend/tasks/utils.js +0 -1
- package/package.json +1 -1
package/backend/tasks/utils.js
CHANGED
|
@@ -2,7 +2,6 @@ const { COLLECTIONS, COLLECTIONS_FIELDS } = require('../../public/consts'); // n
|
|
|
2
2
|
const { wixData, wixCollections } = require('../elevated-modules');
|
|
3
3
|
|
|
4
4
|
const { TASK_STATUS, TASK_TYPE, TASK_MAX_TRIES } = require('./consts');
|
|
5
|
-
const { getAllItems } = require('../utils');
|
|
6
5
|
/**
|
|
7
6
|
* Generic function to create a collection if it doesn't exist
|
|
8
7
|
* @param {string} collectionId - The ID of the collection to create
|