This commit is contained in:
Kagami Sascha Rosylight 2023-07-08 15:44:27 +02:00
parent 6087d02047
commit 45d0b46e7a

View file

@ -56,7 +56,7 @@ export class MockResolver extends Resolver {
const r = this._rs.get(value); const r = this._rs.get(value);
if (!r) { if (!r) {
throw new Error('Not registed for mock'); throw new Error('Not registered for mock');
} }
const object = JSON.parse(r.content); const object = JSON.parse(r.content);