Skip to content

Commit d3ea84a

Browse files
authored
fix: helper functions grrr (#349)
1 parent 69a2d8e commit d3ea84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/helperFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const moment = require("moment");
77
*/
88
function replaceAllRanks(input) {
99
input = input.replaceAll("[ዞ] ", "");
10-
input = input.replaceAll("[MINISTER], "");
10+
input = input.replaceAll("[MINISTER] ", "");
1111
input = input.replaceAll("[MCP] ", "");
1212
input = input.replaceAll("[MOJANG] ", "");
1313
input = input.replaceAll("[EVENTS] ", "");

0 commit comments

Comments
 (0)