Skip to content

Commit df89dcd

Browse files
committed
bug fix
1 parent 05e9ae5 commit df89dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def toDICT(self):
6565

6666
def toJSON(self):
6767

68-
return json.dumps(self.toDICT())
68+
return self.toDICT()
6969

7070

7171
class JWTTokenBlocklist(db.Model):

0 commit comments

Comments
 (0)