Skip to content

Commit

Permalink
fix: 修改接口tag保存失败
Browse files Browse the repository at this point in the history
  • Loading branch information
gozeon authored Mar 7, 2024
1 parent 2d00576 commit 630012b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/controllers/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ class interfaceController extends baseController {
}

yapi.emitHook('interface_update', id).then();
params.project_id = interfaceData.project_id
await this.autoAddTag(params);

ctx.body = yapi.commons.resReturn(result);
Expand Down

0 comments on commit 630012b

Please # to comment.