This commit is contained in:
Wojciech Kwolek 2022-01-09 05:16:24 +01:00
parent f9b45edd54
commit f64f0bff12
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Link:
return cls(
id=id,
link=link,
user_id=useredid,
user_id=user_id,
read_at=read_at,
added_at=added_at
)