chore: stabilize lint and verify builds
This commit is contained in:
@@ -38,5 +38,6 @@ func (t *Tenant) AcceptInvite(ctx fiber.Ctx, id int64, form *dto.TenantInviteAcc
|
||||
return errorx.ErrForbidden.WithMsg("租户不匹配")
|
||||
}
|
||||
userID := getUserID(ctx)
|
||||
|
||||
return services.Tenant.AcceptInvite(ctx, id, userID, form)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user