Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewei068 committed Aug 27, 2023
1 parent fbf9432 commit 1613271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/spawn.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ class GuildSpawner {
logger.warn(error);
try {
// TEMP: remove guild from spawner list
delete guildIdToSpawner[this.guild.id];
delete guildIdToSpawner[this.guildId];
} catch (error) {
logger.warn(error);
}
Expand Down

0 comments on commit 1613271

Please sign in to comment.