mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	fix: lint errors.
This commit is contained in:
		| @@ -11,7 +11,7 @@ if (env === "development" || localStorage.dev === "dev") { | ||||
| axios.interceptors.response.use(function (response) { | ||||
|     return response; | ||||
| }, function (error) { | ||||
|     if(error.response.status === 404){ | ||||
|     if (error.response.status === 404) { | ||||
|         location.href = "/page-not-found"; | ||||
|     } | ||||
|     console.log(error); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user