2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 07:43:22 +00:00

chore: update return type from JSON to string

This commit is contained in:
Jon King
2023-07-13 11:33:07 -07:00
parent 4a428e802e
commit 2b2435210b

View File

@@ -37,7 +37,7 @@ class JsonataQuery extends Operation {
/** /**
* @param {string} input * @param {string} input
* @param {Object[]} args * @param {Object[]} args
* @returns {JSON} * @returns {string}
*/ */
async run(input, args) { async run(input, args) {
const [query] = args; const [query] = args;