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 06de900 commit 622992bCopy full SHA for 622992b
server/app/controller/api.js
@@ -89,10 +89,10 @@ class ApiController extends AbstractController {
89
msg: '系统错误,保存失败'
90
})
91
}
92
- await this.notifyApiChange(resources, lastModifiedTime)
93
this.service.group.updateTime(groupId)
94
// 存下历史记录,并将所有记录返回
95
resources.history = await this.service.apiHistory.push(resources)
+ this.notifyApiChange(resources, lastModifiedTime)
96
this.ctx.body = { resources }
97
98
async notifyApiChange (api, lastModifiedTime) {
0 commit comments