fix(schema): Add REVOKED to VisitorStatus enum
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s

This commit is contained in:
fullsizemalt 2025-12-11 14:11:28 -08:00
parent 668e213cd8
commit 56c8e8bb8b

View file

@ -658,6 +658,7 @@ enum VisitorStatus {
CHECKED_IN
CHECKED_OUT
DENIED
REVOKED
}
model Visitor {