mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +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 {Object[]} args
|
||||
* @returns {JSON}
|
||||
* @returns {string}
|
||||
*/
|
||||
async run(input, args) {
|
||||
const [query] = args;
|
||||
|
||||
Reference in New Issue
Block a user