@openinc/parse-server-opendash 2.4.49 → 2.4.50
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.
|
@@ -39,6 +39,7 @@ async function initCurrentTicketStates() {
|
|
|
39
39
|
console.error("Tenant or user is undefined for ticket", ticket.id);
|
|
40
40
|
continue;
|
|
41
41
|
}
|
|
42
|
+
console.log("Creating entry for ticket", ticket.id);
|
|
42
43
|
// if the ticket has a state, create an entry in the current ticket states table
|
|
43
44
|
if (currentTicketState) {
|
|
44
45
|
const newTicketState = new types_1.Maintenance_Ticket_Kanban_State_Current({
|