Skip to content

Commit

Permalink
update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-nagy committed Dec 31, 2023
1 parent 4db1b40 commit 7c0cc40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/browser/src/BrowserClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export type Options = {
};

/**
* An atom that symbolizes a ServiceWorker. When used as a target the client
* will make requests to the currently active ServiceWorker.
* An atom that symbolizes a `ServiceWorker`. When used as a target the client
* will make requests to the currently active `ServiceWorker`.
*/
export const SW = Symbol.for("ServiceWorker");

Expand Down

0 comments on commit 7c0cc40

Please sign in to comment.