Added type to Gerty extension Vue, migration and Crud

This commit is contained in:
Black Coffee
2022-11-17 14:13:20 +00:00
parent df56b84ad2
commit 592a52e9a2
4 changed files with 23 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ class Gerty(BaseModel):
wallet: str
refresh_time: int = Query(None)
utc_offset: int = Query(None)
type: str
lnbits_wallets: str = Query(
None
) # Wallets to keep an eye on, {"wallet-id": "wallet-read-key, etc"}