Skip to content

Commit 0120350

Browse files
Update components/zoho_sheet/sources/common/base.mjs
Co-authored-by: Jorge Cortes <[email protected]>
1 parent d3f0fd6 commit 0120350

File tree

1 file changed

+1
-4
lines changed
  • components/zoho_sheet/sources/common

1 file changed

+1
-4
lines changed

components/zoho_sheet/sources/common/base.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import zohoSheet from "../../zoho_sheet.app.mjs";
33
export default {
44
props: {
55
zohoSheet,
6-
http: {
7-
type: "$.interface.http",
8-
customResponse: true,
9-
},
6+
http: "$.interface.http",
107
db: "$.service.db",
118
serviceName: {
129
type: "string",

0 commit comments

Comments
 (0)