Fix issue
Some checks are pending
ptero-push / build (push) Waiting to run

This commit is contained in:
Christopher Cookman 2025-01-12 03:01:17 -07:00
parent cbb1842100
commit 09f3fc957c

View file

@ -512,7 +512,7 @@ xmpp.on("stanza", (stanza) => {
}, },
{ {
name: "Minimum Priority", name: "Minimum Priority",
value: row.minPriority.toString() value: row.minPriority.toString() || "None"
} }
], ],
color: 0x00ff00 color: 0x00ff00