Skip to content

Tags: nyxblabs/http-lean

Tags

v0.0.3

Toggle v0.0.3's commit message
🚨 fix(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.