We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9837852 commit a473a85Copy full SHA for a473a85
1 file changed
Core/Sources/Client/AsyncXPCService.swift
@@ -213,7 +213,7 @@ func suggestionRequest(
213
do {
214
if let updatedData {
215
let updatedContent = try JSONDecoder()
216
- .decode(UpdatedContent.self, from: updatedData ?? Data())
+ .decode(UpdatedContent.self, from: updatedData)
217
continuation.resume(updatedContent)
218
} else {
219
continuation.resume(nil)
0 commit comments