mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	fixed lint check missing semicolon
This commit is contained in:
		| @@ -315,7 +315,7 @@ exports.mongodbPing = async function (connectionString) { | ||||
|         } | ||||
|     } catch (err) { | ||||
|         console.error(err); | ||||
|         throw Error(err) | ||||
|         throw Error(err); | ||||
|     } | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user