mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-21 22:14:57 +02:00
Fixed enable
This commit is contained in:
parent
4f920fe563
commit
cb5c11fae4
@ -50,7 +50,7 @@ class CreateCardData(BaseModel):
|
||||
counter: int = Query(0)
|
||||
tx_limit: int = Query(0)
|
||||
daily_limit: int = Query(0)
|
||||
enable: bool = Query(...)
|
||||
enable: bool = Query(True)
|
||||
k0: str = Query(ZERO_KEY)
|
||||
k1: str = Query(ZERO_KEY)
|
||||
k2: str = Query(ZERO_KEY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user