We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade48c3 commit 130919cCopy full SHA for 130919c
src/slicer.js
@@ -39,7 +39,7 @@
39
req.onerror = function() {
40
reject(Error("Network Error"));
41
};
42
- req.send(JSON.stringify(data));
+ req.send(sql ? data : JSON.stringify(data));
43
});
44
}
45
0 commit comments