1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Fix eslint errors

This commit is contained in:
tobspr 2020-05-24 18:55:58 +02:00
parent c6c2c899db
commit a99a322760

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() {