mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	chore(server): patch dart openapi assertion (#2914)
* chore(server): patch dart openapi assertion * remove unused file
This commit is contained in:
		| @@ -49,7 +49,7 @@ class ServerPingResponse { | ||||
|       assert(() { | ||||
|         requiredKeys.forEach((key) { | ||||
|           assert(json.containsKey(key), 'Required key "ServerPingResponse[$key]" is missing from JSON.'); | ||||
|           assert(json[key] != null, 'Required key "ServerPingResponse[$key]" has a null value in JSON.'); | ||||
|           // assert(json[key] != null, 'Required key "ServerPingResponse[$key]" has a null value in JSON.'); | ||||
|         }); | ||||
|         return true; | ||||
|       }()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user