fix syntax error

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

View File

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