mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-30 16:26:16 +00:00
Fixed linting
This commit is contained in:
parent
6132a45c7c
commit
8897385690
1 changed files with 3 additions and 3 deletions
|
@ -430,7 +430,7 @@ exports.redisPingAsync = function (dsn) {
|
|||
} else {
|
||||
resolve(res);
|
||||
}
|
||||
}).catch(error => reject(error));
|
||||
}).catch(error => reject);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue