fix: fixup 500 error
This commit is contained in:
+4
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user