mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
fix typo in common code
This commit is contained in:
parent
6fa23ae49f
commit
b948fc031f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ api.silver = importedLibs.silver;
|
|||
api.taskClasses = importedLibs.taskClasses;
|
||||
api.friendlyTimestamp = importedLibs.friendlyTimestamp;
|
||||
api.newChatMessages = importedLibs.newChatMessages;
|
||||
api.noTags = importedLibs.appliedTags;
|
||||
api.noTags = importedLibs.noTags;
|
||||
api.appliedTags = importedLibs.appliedTags;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue