fixed typo on logging
This commit is contained in:
parent
ca8d50241e
commit
7d6d218e08
@ -51,7 +51,7 @@ async function createRedisClient() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await client.connect();
|
await client.connect();
|
||||||
logger.info(`Connect store to ${config.redis.url}`);
|
logger.info(`Connect store to ${config.store.url}`);
|
||||||
|
|
||||||
return client;
|
return client;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user