0
0
mirror of https://github.com/Doodle3D/Doodle3D-Core.git synced 2025-05-09 17:13:21 +02:00

fix syntax error

This commit is contained in:
casperlamboo 2017-10-24 17:33:47 +02:00
parent 93ec8408f7
commit 0f6983bac9

@ -147,6 +147,5 @@ export async function createFile(objectsById, type, options) {
} }
default: default:
throw new Error(`did not regonize type ${type}`); throw new Error(`did not regonize type ${type}`);
}
} }
} }