Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oskovran committed Sep 20, 2024
1 parent 2dc1a01 commit 2dbf831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external-api/topology-discovery-graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ function getTopologyDiscoveryApi() {
const filter: DeviceMetadataFilters = {};

if (filters?.deviceName != null) {
filter.deviceName = `%${filters.deviceName}%`
filter.deviceName = `%${filters.deviceName}%`;
}

if (filters?.topologyType != null) {
Expand Down

0 comments on commit 2dbf831

Please sign in to comment.