add prettier config

This commit is contained in:
Lee
2023-10-17 23:41:42 +01:00
parent f6f56aa09c
commit 27f3c4e030
75 changed files with 549 additions and 543 deletions

View File

@ -27,7 +27,7 @@ export default (dlManager) => {
if (!playerId) return;
await playerService.remove(playerId, purgeScores);
},
}
);
eventBus.on("dl-manager-pause-cmd", () => {