|
@@ -113,7 +113,7 @@ func (l *ImportWhatsappContactLogic) ImportWhatsappContact(req *types.ImportWhat
|
|
|
|
|
|
newLabel, err := l.svcCtx.DB.Label.Create().
|
|
newLabel, err := l.svcCtx.DB.Label.Create().
|
|
SetName(value).
|
|
SetName(value).
|
|
- SetType(5).
|
|
|
|
|
|
+ SetType(1).
|
|
SetNotNilConditions(&conditions).
|
|
SetNotNilConditions(&conditions).
|
|
SetOrganizationID(organizationId).
|
|
SetOrganizationID(organizationId).
|
|
Save(l.ctx)
|
|
Save(l.ctx)
|