Skip to content

Commit

Permalink
Code cleanup (#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben authored Jan 24, 2025
1 parent 0904515 commit da7a831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-carrots-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/ozone": patch
---

Code cleanup
2 changes: 0 additions & 2 deletions packages/ozone/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,8 @@ export class PeriodicBackgroundTask {
// destroy it here.

this.abortController.abort()
console.error('ABOOOORT')

await this.intervalPromise
this.intervalPromise = undefined
console.error('DONE -_-')
}
}

0 comments on commit da7a831

Please sign in to comment.