Skip to content

Commit

Permalink
chore: change background task id
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8ivejp committed Aug 1, 2023
1 parent 881de7f commit 383f14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BackgroundTasks

@available(iOS 13.0, tvOS 13.0, *)
final class EvaluationBackgroundTask {
static let taskId = "io.bucketeer.evaluation.refresh"
static let taskId = "io.bucketeer.background.fetch.evaluations"

private weak var component: Component?
private let queue: DispatchQueue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BackgroundTasks

@available(iOS 13.0, tvOS 13.0, *)
final class EventBackgroundTask {
static let taskId = "io.bucketeer.event.refresh"
static let taskId = "io.bucketeer.background.flush.events"

private weak var component: Component?
private let queue: DispatchQueue
Expand Down

0 comments on commit 383f14e

Please sign in to comment.