fix issue identified by linter

This commit is contained in:
Mike Molinari 2022-11-27 23:01:50 +00:00
parent 6cb9cf8a72
commit a3d592d984

View file

@ -37,7 +37,7 @@ export function activate(ctx: ApplicationContext) {
}
try {
return ReadSketch(JSON.parse(savedSketch), sketchId, true);
return ReadSketch(JSON.parse(savedSketch), sketchId);
} catch (e) {
console.error(e);
return null;