Update Sites
This commit is contained in:
@@ -56,7 +56,7 @@ func (h *Handler) Create(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
if !ctx.IsSuperAdmin() {
|
||||
if !ctx.IsAdmin() {
|
||||
req.PartnerID = ctx.GetPartnerID()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user