Closed harshilparmar closed 3 years ago
@balazsbotond bro Can you look at last build error ? I don't have idea about deno 🆘
@balazsbotond bro Can you look at last build error ? I don't have idea about deno
Looks like the deno linter is complaining because of our use of any
in the definition of ParamMap
. You can disable this warning by putting this comment:
// deno-lint-ignore no-explicit-any
before the offending line (see: https://deno.land/manual@v1.4.0/tools/linter).
// deno-lint-ignore no-explicit-any
@balazsbotond Perfect !! its working 🎉
@balazsbotond As you said https://github.com/balazsbotond/urlcat/pull/115#issuecomment-743730898 I have made separate change.Please check !!