diff --git a/Sources/WrkstrmFoundation/Persistence/Bundle+Decode.swift b/Sources/WrkstrmFoundation/Persistence/Bundle+Decode.swift index 7043556..5edbbc3 100644 --- a/Sources/WrkstrmFoundation/Persistence/Bundle+Decode.swift +++ b/Sources/WrkstrmFoundation/Persistence/Bundle+Decode.swift @@ -41,7 +41,7 @@ extension Bundle { Log.foundation.guard("Failed to load \(file) from bundle.") } - let decoder = decoder + let decoder: JSONDecoder = decoder do { return try decoder.decode(T.self, from: data)