npm run format

This commit is contained in:
2024-09-28 02:18:31 +02:00
parent 10a231b54c
commit 21a75f6cbe
22 changed files with 35 additions and 35 deletions

View File

@ -57,4 +57,4 @@ export default class CharacterCreateEvent {
return this.socket.emit('notification', { message: 'Could not create character. Please try again (later).' })
}
}
}
}