Skip to content

Commit

Permalink
add return response for user invites
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Sep 14, 2024
1 parent ddfd1e8 commit 6a1eb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pro/controllers/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func inviteUsers(w http.ResponseWriter, r *http.Request) {
}
}(invite)
}
logic.ReturnSuccessResponse(w, r, "triggered user invites")

}

Expand Down

0 comments on commit 6a1eb76

Please sign in to comment.