mirror of https://github.com/louislam/uptime-kuma
				
				
				
			Update server/routers/api-router.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>pull/4850/head
							parent
							
								
									7270caccae
								
							
						
					
					
						commit
						f63d36478d
					
				| 
						 | 
				
			
			@ -316,7 +316,6 @@ router.get("/api/badge/:id/ping/:duration?", cache("5 minutes"), async (request,
 | 
			
		|||
        if (/^[0-9]+$/.test(requestedDuration)) {
 | 
			
		||||
            requestedDuration = `${requestedDuration}h`;
 | 
			
		||||
        }
 | 
			
		||||
        const duration = requestedDuration.slice(0, -1);
 | 
			
		||||
 | 
			
		||||
        // Check if monitor is public
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue