mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Explicitly import URL
With Yarn PnP, URL is seems to not automatically be part of the global scope. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
241164261e
commit
1f2067288a
4 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,7 @@ import {
|
|||
IsUrl,
|
||||
ValidateNested,
|
||||
} from 'class-validator';
|
||||
import { URL } from 'url';
|
||||
|
||||
import { ServerVersion } from '../monitoring/server-status.dto';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue