[Cleanup] Remove Strings::Commify from all identifier values (#3528)

# Notes
- Removes commification from unique identifiers.
This commit is contained in:
Alex King
2023-08-01 23:59:47 -04:00
committed by GitHub
parent 00a8a0cf88
commit 2dc2bac456
18 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -18,7 +18,7 @@ void FindTask(Client *c, const Seperator *sep)
Chat::White,
fmt::format(
"Task ID {} was not found.",
Strings::Commify(task_id)
task_id
).c_str()
);
@@ -29,7 +29,7 @@ void FindTask(Client *c, const Seperator *sep)
Chat::White,
fmt::format(
"Task {} | {}",
Strings::Commify(task_id),
task_id,
task_name
).c_str()
);
@@ -52,7 +52,7 @@ void FindTask(Client *c, const Seperator *sep)
Chat::White,
fmt::format(
"Task {} | {}{}",
Strings::Commify(t.first),
t.first,
task_name,
(
can_assign_tasks ?