Skip to content

Commit

Permalink
[fix] studio bug
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed May 1, 2023
1 parent 5f67f64 commit c243498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions studio/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ func setRouter(router *gin.Engine) {
throw(c, 500, err.Error())
return
}
defer ctx.Close()

res, err := ctx.Call(fun.Method, fun.Args...)

Expand Down

0 comments on commit c243498

Please sign in to comment.