mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-09 12:30:13 +02:00
fix: type can be None
due to migration issue
This commit is contained in:
parent
d96ac5f3ef
commit
2704552685
@ -19,7 +19,7 @@ class WalletAccount(BaseModel):
|
||||
title: str
|
||||
address_no: int
|
||||
balance: int
|
||||
type: str = ""
|
||||
type: Optional[str] = ""
|
||||
network: str = "Mainnet"
|
||||
|
||||
@classmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user