Skip to content

Commit b18a455

Browse files
committed
updated comments
1 parent bb9077b commit b18a455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/db/redis.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
const url = require('url');
33

44
/**
5-
* Declare options for Redis on Heroku
5+
* Declare options for Redis with remote server
66
*/
77

88
let options;
9+
910
if (process.env.REDISCLOUD_URL) {
1011
const redisURL = url.parse(process.env.REDISCLOUD_URL);
1112
options = {

0 commit comments

Comments
 (0)