Skip to content

Commit 182b605

Browse files
Techbot121Meta Construct
authored andcommitted
force cache update
1 parent 8831dbb commit 182b605

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/services/gamebridge/payloads/BanPayload.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ export default class BanPayload extends Payload {
2424
const notificationsChannel = guild.channels.cache.get(bridge.config.banUnbanChannelId);
2525
if (!notificationsChannel) return;
2626

27-
const pastBans = await (await bridge.container.getService("Bans")).getBan(player.steamId);
27+
const pastBans = await (
28+
await bridge.container.getService("Bans")
29+
).getBan(player.steamId, true);
2830

2931
const steam = await bridge.container.getService("Steam");
3032
let steamId64 = "";

0 commit comments

Comments
 (0)