mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-25 17:08:35 +03:00
Fix warnings and errors
This commit is contained in:
@@ -20,7 +20,7 @@ async function getFromRedis<T extends string>(key: HashedValue): Promise<T & Has
|
||||
const redisKey = shaHashKey(key);
|
||||
|
||||
try {
|
||||
const reply = await redis.get(redisKey);;
|
||||
const reply = await redis.get(redisKey);
|
||||
|
||||
if (reply) {
|
||||
Logger.debug(`Got data from redis: ${reply}`);
|
||||
|
||||
Reference in New Issue
Block a user