Skip to content

Releases: nyxblabs/http-lean

v0.0.3

19 May 12:21
Compare
Choose a tag to compare

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