Skip to content

Commit

Permalink
fix typo not gain byte
Browse files Browse the repository at this point in the history
  • Loading branch information
unit-404 committed Oct 13, 2024
1 parent 3140c60 commit c404326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*@__PURE__*/
import $raw$ from "./worker.ts?worker&compress.ts"; const IW = $raw$;
import $raw$ from "./worker.ts?worker&compress"; const IW = $raw$;

/*@__PURE__*/
const loadCompressed = async (b64c: string): Promise<string|null> => {
Expand Down

0 comments on commit c404326

Please sign in to comment.