Skip to content

Commit

Permalink
feat: send system tags in adoption response
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 25, 2024
1 parent fd0ab7c commit 79ee590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adoption-code/route/adoption-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const handle = async (ctx: Context): Promise<void> => {
nodeVersion: probe.nodeVersion,
hardwareDevice: probe.hardwareDevice,
status: probe.status,
systemTags: probe.tags.filter(({ type }) => type === 'system').map(({ value }) => value),
city: probe.location.city,
state: probe.location.state,
country: probe.location.country,
Expand Down

0 comments on commit 79ee590

Please sign in to comment.