Skip to content

Commit a0ee6ba

Browse files
refactor: change doPut() to doPatch()
refs conjoon/conjoon#23
1 parent 27540e0 commit a0ee6ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/data/MailAccountSim.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Ext.define("conjoon.dev.cn_mailsim.data.MailAccountSim", {
5858

5959

6060
doGet: function (ctx) {
61+
6162
const
6263
me = this,
6364
accounts = me.getMockAccounts();
@@ -83,7 +84,7 @@ Ext.define("conjoon.dev.cn_mailsim.data.MailAccountSim", {
8384
},
8485

8586

86-
doPut: function (ctx) {
87+
doPatch: function (ctx) {
8788

8889
const me = this;
8990

0 commit comments

Comments
 (0)