fix: fixup 500 error
ci-api / test (push) Has been cancelled
ci-web / test (push) Has been cancelled

This commit is contained in:
Nuxgrid
2026-07-28 15:51:46 +02:00
parent 118ac02505
commit dfe0e5c5a5
5 changed files with 15 additions and 10 deletions
+4 -4
View File
@@ -89,10 +89,10 @@ export interface Contact {
}
export interface DemoState {
APIState: string
WebState: string
DBState: string
DBMemoryState: string
api_state: string
web_state: string
db_state: string
dbm_state: string
}
export interface DemoDetails {