diff --git a/DGCAWallet/Services/GatewayConnection.swift b/DGCAWallet/Services/GatewayConnection.swift index 3b22357..a99ebc8 100644 --- a/DGCAWallet/Services/GatewayConnection.swift +++ b/DGCAWallet/Services/GatewayConnection.swift @@ -71,7 +71,7 @@ struct GatewayConnection { let status = $0.response?.statusCode, status == 204 else { - completion?(true) + completion?(false) return } completion?(true)