Compare commits
	
		
			2 Commits
		
	
	
		
			87753785d4
			...
			42831d294c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 42831d294c | |||
| 927bae0f3d | 
| @ -1,5 +1,5 @@ | |||||||
| [tool.bumpversion] | [tool.bumpversion] | ||||||
| current_version = "1.2.14" | current_version = "1.2.15" | ||||||
| commit = true | commit = true | ||||||
| tag = true | tag = true | ||||||
| tag_name = "{new_version}" | tag_name = "{new_version}" | ||||||
|  | |||||||
| @ -224,7 +224,7 @@ def send_expiry_notifications_route(username: str, password: str) -> Response: | |||||||
| @requires_basic_auth | @requires_basic_auth | ||||||
| def send_test_notification_route(username: str, password: str) -> Response: | def send_test_notification_route(username: str, password: str) -> Response: | ||||||
|     """Sends a test push notification to all users.""" |     """Sends a test push notification to all users.""" | ||||||
|     data = request.get_json() |     data = request.get_json(silent=True) | ||||||
|     message = data.get("message", "Ktv Test") if data else "Ktv Test" |     message = data.get("message", "Ktv Test") if data else "Ktv Test" | ||||||
| 
 | 
 | ||||||
|     try: |     try: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user