fixed lint check missing semicolon

pull/2328/head
rmarops 2 years ago
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…
Cancel
Save