mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-26 08:51:02 -06:00
fixed lint check missing semicolon
This commit is contained in:
parent
2103edb604
commit
0e30843a75
@ -315,7 +315,7 @@ exports.mongodbPing = async function (connectionString) {
|
||||
}
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
throw Error(err)
|
||||
throw Error(err);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user