@openinc/parse-server-opendash 3.10.4 → 3.11.0
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.
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.init = init;
|
|
4
4
|
const initKanbanStates_1 = require("./kanbanState/initKanbanStates");
|
|
5
5
|
const initMessages_1 = require("./messages/initMessages");
|
|
6
|
-
const initScheduling_1 = require("./schedules/initScheduling");
|
|
7
6
|
const initTicket_1 = require("./ticket/initTicket");
|
|
8
7
|
async function init() {
|
|
9
8
|
console.log("Initializing open.SERVICE feature...");
|
|
@@ -11,7 +10,7 @@ async function init() {
|
|
|
11
10
|
await (0, initKanbanStates_1.initCurrentTicketStates)();
|
|
12
11
|
await (0, initTicket_1.updateTicketDescription)();
|
|
13
12
|
await (0, initKanbanStates_1.initEnabledFlag)();
|
|
14
|
-
await
|
|
13
|
+
// await initScheduling();
|
|
15
14
|
await (0, initTicket_1.initTicketClass)();
|
|
16
15
|
console.log("open.SERVICE feature initialized.");
|
|
17
16
|
}
|