fix: remove regexp from dto

This commit is contained in:
skeris 2023-09-15 01:12:25 +03:00
parent 62a9faffbe
commit 6a50acdee8

@ -4,7 +4,6 @@ import (
"go.mongodb.org/mongo-driver/bson" "go.mongodb.org/mongo-driver/bson"
"penahub.gitlab.yandexcloud.net/pena-services/customer/internal/fields" "penahub.gitlab.yandexcloud.net/pena-services/customer/internal/fields"
"penahub.gitlab.yandexcloud.net/pena-services/customer/internal/models" "penahub.gitlab.yandexcloud.net/pena-services/customer/internal/models"
"penahub.gitlab.yandexcloud.net/pena-services/customer/pkg/bsontools"
) )
type GetHistories struct { type GetHistories struct {