From 17922d1d1bfe083723a189233e3658686e5db84f Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:23:50 +1000 Subject: Add webrtc to bundle --- util/src/schemas/Validator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/src') diff --git a/util/src/schemas/Validator.ts b/util/src/schemas/Validator.ts index b71bf6a1..e5f12ac5 100644 --- a/util/src/schemas/Validator.ts +++ b/util/src/schemas/Validator.ts @@ -3,7 +3,7 @@ import addFormats from "ajv-formats"; import fs from "fs"; import path from "path"; -const SchemaPath = path.join(__dirname, "..", "..", "..", "assets", "schemas.json"); +const SchemaPath = path.join(__dirname, "..", "..", "..", "api", "assets", "schemas.json"); const schemas = JSON.parse(fs.readFileSync(SchemaPath, { encoding: "utf8" })); export const ajv = new Ajv({ -- cgit 1.5.1