fix syntax error

This commit is contained in:
casperlamboo 2017-10-24 17:33:47 +02:00
parent 93ec8408f7
commit 0f6983bac9
1 changed files with 0 additions and 1 deletions

View File

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