summary refs log tree commit diff
path: root/util/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-16 13:23:50 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-16 13:38:06 +1000
commit17922d1d1bfe083723a189233e3658686e5db84f (patch)
tree13d5558a452ad0606d48d7d943372140b26a2008 /util/src
parentProbably broken merge from webrtc (diff)
downloadserver-17922d1d1bfe083723a189233e3658686e5db84f.tar.xz
Add webrtc to bundle
Diffstat (limited to 'util/src')
-rw-r--r--util/src/schemas/Validator.ts2
1 files changed, 1 insertions, 1 deletions
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({