mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 09:46:17 -04:00
chore: update return type from JSON to string
This commit is contained in:
parent
4a428e802e
commit
2b2435210b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue