Fix eslint errors

This commit is contained in:
tobspr 2020-05-24 18:55:58 +02:00
parent ff7c822ccc
commit 050466df19
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ export class BaseSavegameInterface {
*/
getSchemaUncached() {
throw new Error("Implement get schema");
return {};
}
getValidator() {