You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rudemex
changed the title
responseCheck "URL" type is undefined
Cannot find name 'URL' - type url is not imported in responseCheck (health-indicator/http/http.health.ts)
Jan 15, 2022
Is there an existing issue for this?
Current behavior
I am building a centralized healtcheks module, but the URL data type is not defined and it breaks the build with pika.
Minimum reproduction code
Steps to reproduce
Expected behavior
add
import { URL } from 'url';
in this file https://github.com/nestjs/terminus/blob/master/lib/health-indicator/http/http.health.tsPackage version
8.0.3
NestJS version
8.2.5
Node.js version
14.15.4
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: