fix: update criticality

Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
Pablo Lopez 2025-06-26 22:45:47 +03:00 committed by GitHub
parent 527bdde50a
commit 836a04e6ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,9 @@ import chronos
type
MessagePriority* = enum
Optional = 0
Critical = 0
Normal = 1
Critical = 2
Optional = 2
QueuedMessage*[T] = object
messageId*: string