Fix missed error handling case

pull/247/head
nielsandriesse 5 years ago
parent 9217b6a168
commit 4bf364fb02

@ -335,8 +335,9 @@ public final class SnodeAPI : NSObject {
} else { } else {
print("[Loki] Failed to update proof of work difficulty.") print("[Loki] Failed to update proof of work difficulty.")
} }
break default:
default: break handleBadSnode()
print("[Loki] Unhandled response code: \(statusCode).")
} }
return nil return nil
} }

Loading…
Cancel
Save