Skip to content

Commit

Permalink
chore: update return type from JSON to string
Browse files Browse the repository at this point in the history
  • Loading branch information
jonking-ajar committed Jul 13, 2023
1 parent 26ba032 commit 8c3491d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/Jsonata.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c3491d

Please sign in to comment.