Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RubberDuckShobe authored Apr 7, 2024
1 parent f5f4b56 commit 11d934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/as1/gameplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default async function routes(fastify: FastifyInstance) {
const user: User = await SteamUtils.findUserByTicket(request.body.ticket);

fastify.log.info(
"User" + user.id "requesting song ID for " +
"User" + user.id + "requesting song ID for " +
request.body.artist +
" - " +
request.body.song
Expand Down

0 comments on commit 11d934f

Please sign in to comment.