Skip to content

Commit

Permalink
Cleanup of import. Fixed indentation in config
Browse files Browse the repository at this point in the history
  • Loading branch information
csnv committed Dec 27, 2022
1 parent f8b3213 commit 8921a8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/webserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default {
},
/* Web server enabled routes */
routes: {
userconfig: true,
charconfig: true,
emblem: true,
merchantstore: true
userconfig: true,
charconfig: true,
emblem: true,
merchantstore: true
}
}
2 changes: 1 addition & 1 deletion utils/emblem-cache-manager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EmblemCache, EmblemCacheGroup } from "../models/emblemCache";
import { EmblemCacheGroup } from "../models/emblemCache";

/**
* Caching of emblems in memory
Expand Down

0 comments on commit 8921a8c

Please sign in to comment.