Преглед изворни кода

add return response for user invites

abhishek9686 пре 1 година
родитељ
комит
6a1eb76633
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      pro/controllers/users.go

+ 1 - 0
pro/controllers/users.go

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