From f50208def7b2b70c6c6c61be2323100a1f959961 Mon Sep 17 00:00:00 2001 From: andoriyaprashant Date: Tue, 4 Jun 2024 14:16:23 +0530 Subject: [PATCH] backend-checks Signed-off-by: andoriyaprashant --- chaoscenter/graphql/server/pkg/database/mongodb/operations.go | 2 +- .../graphql/server/pkg/database/mongodb/probe/operations.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chaoscenter/graphql/server/pkg/database/mongodb/operations.go b/chaoscenter/graphql/server/pkg/database/mongodb/operations.go index c8311c2d1b1..ba6531ac738 100644 --- a/chaoscenter/graphql/server/pkg/database/mongodb/operations.go +++ b/chaoscenter/graphql/server/pkg/database/mongodb/operations.go @@ -32,7 +32,7 @@ type MongoOperations struct { } var ( - // Operator contains all the CRUD operations of the mongo database +// Operator contains all the CRUD operations of the mongo database ) diff --git a/chaoscenter/graphql/server/pkg/database/mongodb/probe/operations.go b/chaoscenter/graphql/server/pkg/database/mongodb/probe/operations.go index 5adfd84207d..423053bccb3 100644 --- a/chaoscenter/graphql/server/pkg/database/mongodb/probe/operations.go +++ b/chaoscenter/graphql/server/pkg/database/mongodb/probe/operations.go @@ -5,7 +5,7 @@ import ( "errors" "github.com/litmuschaos/litmus/chaoscenter/graphql/server/pkg/database/mongodb" - + "go.mongodb.org/mongo-driver/bson" "go.mongodb.org/mongo-driver/mongo" )