Skip to content

Commit 029fb48

Browse files
committed
Merge branch 'feature/redis-timeseries-helper' of https://github.com/codex-team/hawk.api.nodejs into feature/redis-timeseries-helper
2 parents 57b8de7 + cde06d2 commit 029fb48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/redisHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export default class RedisHelper {
8181
});
8282
} catch (error) {
8383
console.error('[Redis] Error creating client:', error);
84+
HawkCatcher.send(error as Error);
8485
this.redisClient = null;
8586
}
8687
}

0 commit comments

Comments
 (0)