Skip to content

Commit

Permalink
fix: Missing comma in update-player query
Browse files Browse the repository at this point in the history
  • Loading branch information
Draycia committed Jan 25, 2025
1 parent 9c043f5 commit 014e563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/resources/queries/insert-player.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ INSERT{!PSQL: IGNORE} INTO carbon_users(
) VALUES (
:id,
:muted,
:muteexpiration
:muteexpiration,
:deafened,
:selectedchannel,
:displayname,
Expand Down

0 comments on commit 014e563

Please sign in to comment.