I'm getting this error. No idea from where.
theultimateprepper-api | Warning Implicitly using master branch https://deno.land/std/node/_fs/_fs_readlink.ts
theultimateprepper-api | Check file:///app/app.ts
theultimateprepper-api | error: TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.
theultimateprepper-api | Type 'URL' is not assignable to type 'string'.
theultimateprepper-api | return new URL(url).pathname
theultimateprepper-api | ~~~
theultimateprepper-api | at https://deno.land/std@v0.50.0/path/win32.ts:911:18
theultimateprepper-api |
theultimateprepper-api | TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.
theultimateprepper-api | Type 'URL' is not assignable to type 'string'.
theultimateprepper-api | return new URL(url).pathname;
theultimateprepper-api | ~~~
theultimateprepper-api | at https://deno.land/std@v0.50.0/path/posix.ts:433:18
theultimateprepper-api |
theultimateprepper-api | Found 2 errors.