mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 09:56:19 +03:00
fixed lint check missing semicolon
This commit is contained in:
parent
2103edb604
commit
0e30843a75
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ exports.mongodbPing = async function (connectionString) {
|
|||
}
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
throw Error(err)
|
||||
throw Error(err);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue