Merge pull request 'Fix: bug without a tab' (#1) from aclgh/maquitous:fix-bug-with-tab into master

Reviewed-on: #1
This commit is contained in:
Amane 2025-01-18 08:27:29 +08:00
commit a221b8a2dd

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