mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-26 11:56:16 +02:00
Fixed models
This commit is contained in:
@@ -223,4 +223,4 @@ class TinyURL(BaseModel):
|
||||
|
||||
@classmethod
|
||||
def from_row(cls, row: Row):
|
||||
return cls(dict(row))
|
||||
return cls(**dict(row))
|
||||
|
Reference in New Issue
Block a user