Use zod fatal support.

This commit is contained in:
Dermot Duffy
2021-10-30 01:52:07 -07:00
parent d97a03f94c
commit ffdcf2f058
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -368,6 +368,8 @@ export class FrigateCard extends LitElement {
return [];
}
contenders.push(this._getParseErrorPathString(issue.path));
} else if (issue.code != 'custom') {
contenders.push(this._getParseErrorPathString(issue.path));
}
}
}