We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689445e commit 7fbc0a8Copy full SHA for 7fbc0a8
1 file changed
apps/web/src/utils/upload2.ts
@@ -53,11 +53,6 @@ class UploadError extends Error {
53
[L in Language]?: string;
54
};
55
56
- title = {
57
- en: `Error Occurred Downloading Sample Template`,
58
- fr: `Une erreur s'est produite lors du téléchargement du CSV`
59
- };
60
-
61
constructor(description: { [L in Language]?: string }) {
62
super();
63
this.description = description;
@@ -1068,3 +1063,5 @@ export function reformatInstrumentData({
1068
1063
1069
1064
return reformatForSending;
1070
1065
}
1066
+
1067
+export { UploadError };
0 commit comments