Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
didn't go through due to local lag, oops
  • Loading branch information
mia-pi-git committed Oct 9, 2024
1 parent a027073 commit b7ec38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/chat-plugins/suspect-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const commands: Chat.ChatCommands = {
return this.parse(`/help ${cmd}`);
}
const [format, source] = this.splitOne(target);
const formatid = toID(formatid);
const formatid = toID(format);
let bVal: number | undefined = parseFloat(source);
if (cmd.startsWith('d')) {
bVal = undefined;
Expand Down

0 comments on commit b7ec38d

Please sign in to comment.