fix syntax error

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

View File

@ -149,4 +149,3 @@ export async function createFile(objectsById, type, options) {
throw new Error(`did not regonize type ${type}`);
}
}
}