swaps pos id for number

This commit is contained in:
ben
2022-12-23 22:38:19 +00:00
parent dce50105c9
commit cd6f4c909f
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ class createLnurldevice(BaseModel):
wallet: str
currency: str
device: str
profit: float
amount: int
profit: float = 0
amount: Optional[int] = 0
pin: int = 0
profit1: float = 0
amount1: int = 0