1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix eslint errors

This commit is contained in:
tobspr 2020-05-24 18:55:58 +02:00
parent ff7c822ccc
commit 050466df19

View File

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