Skip to content
Snippets Groups Projects
Commit 5ae3c2c8 authored by Manuel Spuhler's avatar Manuel Spuhler
Browse files

fix: support application/json raw vis

parent 7b49b75f
No related branches found
No related tags found
No related merge requests found
Pipeline #1027065562 passed
......@@ -12,7 +12,7 @@ export default class SVMHandler extends BaseHandler {
getRawData(data: any): RawResult {
return {
rawdata: data,
rawdata: { type: 'application/json', data },
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment