Close tickets after 5 days of inactivity

This commit is contained in:
Tarrgon
2026-01-16 09:17:53 -05:00
parent 09280d6eb1
commit 8c677dcf21
6 changed files with 38 additions and 3 deletions
+2 -1
View File
@@ -72,6 +72,7 @@ export type KnowledgebaseItem = {
export type PrivateHelpTicket = {
id: number
user_id: string
status: PrivateHelpTicketStatus,
thread_id: string
status: PrivateHelpTicketStatus
timestamp: string
}