Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuftor committed Nov 21, 2024
1 parent 0ba3dad commit 34a3f80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ final class AttributionPoster {
}
.sink(
receiveCompletion: { _ in },
receiveValue: { [weak self] _ in
Task {
receiveValue: { _ in
Task { [weak self] in
await self?.getAdServicesTokenIfNeeded()
}
}
Expand Down

0 comments on commit 34a3f80

Please sign in to comment.