From 0f6983bac9119a28ae62d58083535b8933f14eab Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Tue, 24 Oct 2017 17:33:47 +0200 Subject: [PATCH] fix syntax error --- src/utils/exportUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/exportUtils.js b/src/utils/exportUtils.js index dd7977f..1d6c065 100644 --- a/src/utils/exportUtils.js +++ b/src/utils/exportUtils.js @@ -147,6 +147,5 @@ export async function createFile(objectsById, type, options) { } default: throw new Error(`did not regonize type ${type}`); - } } }