fix: dist build
All checks were successful
Publish / Publish Job (push) Successful in 2m37s

This commit is contained in:
Дмитрий
2026-04-03 13:07:00 +03:00
parent 44c1cfb80a
commit 641e2277d0
2 changed files with 2 additions and 1 deletions

View File

@@ -37,5 +37,6 @@ enum Presence {
PRESENCE_UNSPECIFIED = 0;
OFFLINE = 1;
ONLINE = 2;
AWAY = 3;
}