mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
chore: update return type from JSON to string
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user