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
commit2453c2e73d79ab4cdf6968898c41da3b8e8bfea8 (patch)
treece88244e41f98a5b4c9bc6b8850d1feabb48b643 /util/src
parentProbably broken merge from webrtc (diff)
downloadserver-2453c2e73d79ab4cdf6968898c41da3b8e8bfea8.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({