Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 28, 2024
1 parent 61bfdff commit 502f6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/CrashReports/Model/CrashReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final class CrashReporter {
return
}
Task {
await sender.send(contentData)
await self.sender.send(contentData)
}
}

Expand Down

0 comments on commit 502f6a1

Please sign in to comment.