Added title

This commit is contained in:
benarc
2021-12-16 23:39:51 +00:00
parent 55ec6b7fbe
commit 7cbf8d8902
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ from sqlite3 import Row
from pydantic import BaseModel
class CreateLnurlPayoutData(BaseModel):
title: str
lnurlpay: str
threshold: int