Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aasch2020 committed Mar 4, 2024
1 parent 9a44ff8 commit 402bec8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func getTeamUsers(c *gin.Context) {
}

func deleteTeamUser(c *gin.Context) {
tid, err1 := strconv.Atoi(c.Param("id"))
tid, err1 := strconv.Atoi(c.Param("tid"))
code := c.Param("code")
log.Println(tid)
log.Println(code)
Expand Down
Binary file modified slugquest.db
Binary file not shown.

0 comments on commit 402bec8

Please sign in to comment.