Skip to content

Commit

Permalink
fix connect call
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Oct 10, 2023
1 parent d283b4a commit 332c883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svc/retriever.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ function init() {
// client.connect();
}
});
client.connect();
/*
if (advancedAuth) {
advancedAuth.redis.hgetall(getSentryHashKey(user), (err, sentries) => {
Expand Down

0 comments on commit 332c883

Please sign in to comment.