chore: update return type from JSON to string
This commit is contained in:
parent
4a428e802e
commit
2b2435210b
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user