Fix: bug without a tab #1

Merged
Nofated095 merged 1 commits from aclgh/maquitous:fix-bug-with-tab into master 2025-01-17 19:27:29 -05:00

View File

@@ -120,7 +120,7 @@ def bonus_list_gen(userId):
"isComplete": False
})
bonus_list.append(data)
return bonus_list
return bonus_list
app = Flask(__name__)
app.json.sort_keys = False