appsmith-docs icon indicating copy to clipboard operation
appsmith-docs copied to clipboard

Promise signature for `Api.run` does not pass params

Open josiah-roberts opened this issue 3 years ago • 0 comments

The signature SomeApi.run(params) does not pass params down into the query (this.params is an empty object). In order to get params passing, you must call SomeApi.run(() => {}, () => {}, params).

josiah-roberts avatar Aug 08 '22 20:08 josiah-roberts