mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 11:35:56 +01:00
fix: type can be None
due to migration issue
This commit is contained in:
parent
d96ac5f3ef
commit
2704552685
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class WalletAccount(BaseModel):
|
|||
title: str
|
||||
address_no: int
|
||||
balance: int
|
||||
type: str = ""
|
||||
type: Optional[str] = ""
|
||||
network: str = "Mainnet"
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue