eslint fixes

This commit is contained in:
Cogent Apps
2023-03-09 12:18:52 -08:00
committed by GitHub
parent f3083f8d2f
commit 17b7a68b60
4 changed files with 5 additions and 4 deletions

View File

@@ -297,4 +297,5 @@ export class Search {
}
}
export default new ChatManager();
const chatManager = new ChatManager();
export default chatManager;