Skip to content

Commit

Permalink
Fixed prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
doracretu3pillar committed Sep 30, 2024
1 parent 2618cbf commit 09097c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const toPayload = (values: any, discoverName?: string, type?: InstanceAva

if (data.address === '127.0.0.1' || data.address === 'localhost') {
data.node_id = data.node.value;
} else if (!values.isAzure && data.add_node === undefined) {
} else if (!values.isAzure && data.add_node === undefined) {
data.add_node = {
node_name: data.service_name,
node_type: 'NODE_TYPE_REMOTE_NODE',
Expand Down

0 comments on commit 09097c3

Please sign in to comment.