Apply prettier changes

This commit is contained in:
Sainan 2024-07-02 15:43:26 +00:00 committed by github-actions[bot]
parent f50febda73
commit 311625914b
2 changed files with 140 additions and 140 deletions

View File

@ -47,8 +47,8 @@ const inventoryController: RequestHandler = async (request, response) => {
if (config.skipAllDialogue) { if (config.skipAllDialogue) {
inventoryResponse.TauntHistory = [ inventoryResponse.TauntHistory = [
{ {
"node": "TreasureTutorial", node: "TreasureTutorial",
"state": "TS_COMPLETED" state: "TS_COMPLETED"
} }
]; ];
for (const str of allDialogue) { for (const str of allDialogue) {