Skip to content

Commit

Permalink
fix for deno
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Nov 15, 2024
1 parent 7106d17 commit 683df7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"./plugins/error-retry": "./plugins/error-retry.ts",
"./plugins/throttle": "./plugins/throttle.ts",
"./plugins/dedupe": "./plugins/dedupe.ts",
"./plugins/cache": "./plugins/cache.ts",
"./plugins/cache": "./plugins/cache/index.ts",
"./plugins/progress": "./plugins/progress.ts",
"./plugins/mock": "./plugins/mock.ts",
"./plugins/mock": "./plugins/mock/index.ts",
"./plugins/error-cache": "./plugins/error-cache.ts",
"./plugins/token-refresh": "./plugins/token-refresh.ts"
},
Expand Down

0 comments on commit 683df7b

Please sign in to comment.