Shorten session length, change device ID calc
This commit is contained in:
parent
84731c9e9a
commit
130554d86b
3 changed files with 13 additions and 5 deletions
|
|
@ -75,7 +75,6 @@ export const updateTicketAction = async (
|
|||
ticketID: string,
|
||||
ticketInfo: Record<string, any>,
|
||||
) => {
|
||||
console.log({ ticketID, ticketInfo });
|
||||
try {
|
||||
const input = {};
|
||||
if (ticketInfo.state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue