Merge pull request #3125 from gravitl/release-v0.25.0

add return response for user invites
This commit is contained in:
Abhishek K 2024-09-16 19:14:14 +04:00 committed by GitHub
commit 6ce1bcedd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -262,6 +262,7 @@ func inviteUsers(w http.ResponseWriter, r *http.Request) {
}
}(invite)
}
logic.ReturnSuccessResponse(w, r, "triggered user invites")
}