Skip to content

Commit

Permalink
Merge pull request #193 from threefoldtech/development_filters
Browse files Browse the repository at this point in the history
Add certified filter in nodes filters
  • Loading branch information
AhmedHanafy725 authored Apr 27, 2023
2 parents 800bd70 + dd5f704 commit 9766ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid_client/src/primitives/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ class Nodes {
ipv4: options.accessNodeV4,
ipv6: options.accessNodeV6,
gateway: options.gateway,
certification_type: options.certified ? "Certified" : "",
farm_ids: [options.farmId],
farm_name: options.farmName,
country: options.country,
Expand Down

0 comments on commit 9766ffb

Please sign in to comment.