|
|
@ -42,7 +42,7 @@ public class DiscordAuthService { |
|
|
|
} |
|
|
|
|
|
|
|
public boolean removeSteamIDofDiscordID(SteamID steamID) { |
|
|
|
return jdbcTemplate.update("UPDATE steam2discord SET active = false WHERE steam_id LIKE ?", |
|
|
|
return jdbcTemplate.update("UPDATE steam2discord SET active = 0 WHERE steam_id LIKE ?", |
|
|
|
steamID.steam2) > 0; |
|
|
|
} |
|
|
|
|
|
|
|