Skip to content

Commit 4b09c12

Browse files
committed
Update dtable-web-api.js
1 parent 0f98851 commit 4b09c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dtable-web-api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ class DTableWebAPI {
16071607
let data = {
16081608
'account_name': account_name,
16091609
'account_type': accout_type,
1610-
'detail': detail,
1610+
'detail': detail
16111611
};
16121612
return this._sendPostRequest(url, data, {headers: {'Content-Type': 'application/json'}});
16131613
}
@@ -1617,7 +1617,7 @@ class DTableWebAPI {
16171617
let data = {
16181618
'account_name': account_name,
16191619
'account_type': account_type,
1620-
'detail': detail,
1620+
'detail': detail
16211621
};
16221622
return this.req.put(url, data, {headers: {'Content-Type': 'application/json'}});
16231623
}

0 commit comments

Comments
 (0)