Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 67ebe8b

Browse files
committed
Fix build issue due to ajv bump
1 parent b6e57b0 commit 67ebe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodecg-io-core/extension/instanceManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ObjectMap, Service, ServiceInstance } from "./types";
33
import { emptySuccess, error, Result } from "./utils/result";
44
import { ServiceManager } from "./serviceManager";
55
import { BundleManager } from "./bundleManager";
6-
import * as Ajv from "ajv";
6+
import Ajv from "ajv";
77
import { EventEmitter } from "events";
88

99
/**

0 commit comments

Comments
 (0)