Merge pull request #3126 from gravitl/master

Master
This commit is contained in:
Abhishek K 2024-09-16 19:14:58 +04:00 committed by GitHub
commit 2e7d9ad826
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")
}