Skip to content

Commit

Permalink
Temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Nov 12, 2024
1 parent a6c07e1 commit 55e1247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MoppApp/SetupConfiguration/Sources/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ class SettingsConfiguration: NSObject, URLSessionDelegate, URLSessionTaskDelegat
/* MOPP Configuration */

private func decodeMoppConfiguration(configData: String) throws -> MOPPConfiguration {
print(configData)
do {
print(configData)
return try JSONDecoder().decode(MOPPConfiguration.self, from: configData.data(using: .utf8)!)
} catch {
fatalError("Error decoding data: \(error.localizedDescription)")
fatalError("Error decoding data: \(error.localizedDescription), \(configData)")
}
}

Expand Down

0 comments on commit 55e1247

Please sign in to comment.