Skip to content

Commit

Permalink
fix: store dnssuffix into db
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrache committed Oct 17, 2023
1 parent 93aa324 commit b4198c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stateMachines/activation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ export class Activation {
mpsusername: clientObj.mpsUsername,
tags: profile?.tags ?? [],
tenantId: profile.tenantId,
dnsSuffix: clientObj.ClientData?.payload.fqdn,
deviceInfo
}
// friendlyName with an empty string indicates clearing the value
Expand Down

0 comments on commit b4198c4

Please sign in to comment.