We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e9ae5 commit df89dcdCopy full SHA for df89dcd
api/models.py
@@ -65,7 +65,7 @@ def toDICT(self):
65
66
def toJSON(self):
67
68
- return json.dumps(self.toDICT())
+ return self.toDICT()
69
70
71
class JWTTokenBlocklist(db.Model):
0 commit comments