styling improvements to buttons/modals

This commit is contained in:
AlecM33
2023-01-29 12:31:22 -05:00
parent 35abebcb6b
commit 4d84b9c530
9 changed files with 44 additions and 26 deletions

View File

@@ -31,6 +31,7 @@ class EventManager {
});
this.publisher.on('error', (e) => {
this.logger.error('REDIS PUBLISHER CLIENT ERROR:', e);
throw new Error('UNABLE TO CREATE PUBLISHER CLIENT because: ' + e);
});
try {
await this.publisher.connect();