Skip to content

Commit

Permalink
Merge pull request #3125 from gravitl/release-v0.25.0
Browse files Browse the repository at this point in the history
add return response for user invites
  • Loading branch information
abhishek9686 authored Sep 16, 2024
2 parents 4fb7578 + 6a1eb76 commit 6ce1bce
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 6ce1bce

Please sign in to comment.