From f64f0bff123e3524370266735a6fa84969a30a8f Mon Sep 17 00:00:00 2001 From: Wojciech Kwolek Date: Sun, 9 Jan 2022 05:16:24 +0100 Subject: [PATCH] fix typo --- models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.py b/models.py index 9a82585..af0737d 100644 --- a/models.py +++ b/models.py @@ -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 )