mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
removed full stop
This commit is contained in:
parent
e64405a2f3
commit
6002a31e98
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ $("#resultEditTagsPanel .confirmButton").on("click", async () => {
|
|||
);
|
||||
}
|
||||
|
||||
Notifications.add("Tags updated.", 1, 2);
|
||||
Notifications.add("Tags updated", 1, 2);
|
||||
DB.getSnapshot().results?.forEach(
|
||||
(result: MonkeyTypes.Result<MonkeyTypes.Mode>) => {
|
||||
if (result._id === resultId) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue