Skip to content

Commit

Permalink
Remove something unnerving
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburntRock89 committed May 22, 2023
1 parent f74fa54 commit 4e53ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/standard/rcall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class RCall extends Command {
try {
const channel = await this.client.getChannel(number.channelID);
if (!channel) {
this.client.deleteNumber(number.number);
// this.client.deleteNumber(number.number); this feels unsafe
continue;
}
} catch {
Expand Down

0 comments on commit 4e53ce2

Please sign in to comment.