Skip to content

Commit

Permalink
fix: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 28, 2024
1 parent 74101f9 commit 5c2104a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as BunnySDK from "https://esm.sh/@bunny.net/[email protected]";
// import * as BunnySDK from "npm:@bunny.net/[email protected]";

function sleep(ms: number): Promise<void> {
return new Promise((resolve) => setTimeout(resolve, ms));
Expand Down

0 comments on commit 5c2104a

Please sign in to comment.