Skip to content

Commit

Permalink
Update Bundle+Decode.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay committed Nov 17, 2024
1 parent c9d3c51 commit a6231a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WrkstrmFoundation/Persistence/Bundle+Decode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a6231a9

Please sign in to comment.