Update pushbullet up body
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
		
							parent
							
								
									3bf380c684
								
							
						
					
					
						commit
						d346afd33b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -538,7 +538,7 @@ class Notification { | |||
|                     let updata = { | ||||
|                         "type": "note", | ||||
|                         "title": "UptimeKuma Alert: " + monitorJSON["name"], | ||||
|                         "body": "[✅ Up]" + heartbeatJSON["msg"] + "\nTime (UTC):" + heartbeatJSON["time"], | ||||
|                         "body": "[✅ Up] " + heartbeatJSON["msg"] + "\nTime (UTC): " + heartbeatJSON["time"], | ||||
|                     } | ||||
|                     await axios.post(pushbulletUrl, updata, config) | ||||
|                 } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue