We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f0fd6 commit 0120350Copy full SHA for 0120350
components/zoho_sheet/sources/common/base.mjs
@@ -3,10 +3,7 @@ import zohoSheet from "../../zoho_sheet.app.mjs";
3
export default {
4
props: {
5
zohoSheet,
6
- http: {
7
- type: "$.interface.http",
8
- customResponse: true,
9
- },
+ http: "$.interface.http",
10
db: "$.service.db",
11
serviceName: {
12
type: "string",
0 commit comments