Skip to content

Commit

Permalink
Fixed the lint failure error
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI committed May 8, 2024
1 parent 6d4b145 commit 4d7ff65
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mongodbatlas/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,4 @@ func hasNextPage(r *mongodbatlas.Response) bool {
}
}
return false
}

func getOrgId(ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error) {
return getOrganizationIdMemoized(ctx, d, h)
}
}

0 comments on commit 4d7ff65

Please sign in to comment.