fix ticket stats

This commit is contained in:
2026-05-19 22:16:26 +03:00
parent d040256447
commit faee11ce29
4 changed files with 82 additions and 26 deletions

View File

@@ -196,7 +196,8 @@
last_seen :: calendar:datetime(),
status :: open | in_progress | resolved | closed,
assigned_to :: binary(),
resolution_note :: binary()
resolution_note :: binary(),
closed_at :: calendar:datetime() | undefined
}).
%% ------------------- Подписки ----------------------------------------