Skip to content

Commit

Permalink
fix: Update Service.swift to delete local scheduledCleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaking authored Jan 3, 2025
1 parent dfe1195 commit 0f48fa1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/Sources/Service/Service.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public final class Service {
Task { await PseudoCommandHandler().dismissSuggestion() }
}
)
let scheduledCleaner = ScheduledCleaner()

scheduledCleaner.service = self
}

Expand Down

0 comments on commit 0f48fa1

Please sign in to comment.