Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-bate committed Nov 15, 2023
1 parent 2afccfa commit 1dffd87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion migrations/back_37/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"strings"
"time"

"go.mongodb.org/mongo-driver/bson"

"github.com/tidepool-org/platform/data/blood/glucose"
"github.com/tidepool-org/platform/data/deduplicator/deduplicator"
"github.com/tidepool-org/platform/data/normalizer"
Expand All @@ -20,7 +22,6 @@ import (
"github.com/tidepool-org/platform/data/types/device"
"github.com/tidepool-org/platform/data/types/settings/pump"
"github.com/tidepool-org/platform/errors"
"go.mongodb.org/mongo-driver/bson"
)

func GetValidatedString(bsonData bson.M, fieldName string) (string, error) {
Expand Down

0 comments on commit 1dffd87

Please sign in to comment.