Update packages/insomnia-app/app/ui/redux/modules/global.tsx

Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
This commit is contained in:
Opender Singh 2021-07-02 08:20:30 +12:00 committed by GitHub
parent 9b14dc6546
commit b84bb5d6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -605,7 +605,7 @@ export const exportWorkspacesToFile = (workspaceId: string | undefined = undefin
break;
default:
unreachableCase(`selected export format "${selectedFormat}" is invalid`);
unreachableCase(selectedFormat, `selected export format "${selectedFormat}" is invalid`);
}
} catch (err) {
showError({