mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-15 16:07:03 +08:00
Fixed linting
This commit is contained in:
@@ -430,7 +430,7 @@ exports.redisPingAsync = function (dsn) {
|
||||
} else {
|
||||
resolve(res);
|
||||
}
|
||||
}).catch(error => reject(error));
|
||||
}).catch(error => reject);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user