Skip to content

Commit

Permalink
fix(doc): fix OptimalBits#1178
Browse files Browse the repository at this point in the history
  • Loading branch information
manast authored Jan 17, 2019
1 parent 40a69ac commit dfab6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PATTERNS.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var opts = {
case 'subscriber':
return subscriber;
default:
return new Redis();
return new Redis(REDIS_URL);
}
}
}
Expand Down

0 comments on commit dfab6c9

Please sign in to comment.