Skip to content

Commit 371d057

Browse files
committed
fix: export error raw input set to 400
1 parent 35fbb37 commit 371d057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const startExport = async (settings, endCallback) => {
114114
);
115115
} catch (error) {
116116
return endCallback(
117-
new ExportError('[chart] Error loading raw input.').setError(error)
117+
new ExportError('[chart] Error loading raw input.', 400).setError(error)
118118
);
119119
}
120120
}

0 commit comments

Comments
 (0)