fix: add missing enum value

This commit is contained in:
Alexis Tyler
2020-09-30 13:08:26 +09:30
parent 277b69c01b
commit 44969dd2a3

View File

@@ -20,6 +20,7 @@ type Subscription {
enum Status {
online
offline
never_connected
}
type Owner {