Skip to content

Commit

Permalink
fix: add record after yocsef
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed May 24, 2024
1 parent 6c94343 commit 6767233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/record/yocsef.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ func InferYocsefAsyncAPI(c *websocket.Conn) {

DB.Create(&record)

_ = c.WriteJSON(record)

return nil
}

Expand Down

0 comments on commit 6767233

Please sign in to comment.