Skip to content

v0.0.3

Latest

Choose a tag to compare

@nyxb nyxb released this 19 May 12:21
· 1 commit to main since this release

compare changes

🩹 Fixes

  • utils/cache.ts): fix typo in import statement 🚨 fix(utils/cors/handler.ts): fix typo in import statement 🚨 fix(utils/proxy.ts): fix typo in import statement 🚨 fix(utils/request.ts: Fix typo in import statement The changes in this commit fix typos in import statements in four different files. The import statements were referring to a non-existent type, which caused errors when trying to use the imported types. (8f989df)

❀️ Contributors