Skip to content

Commit

Permalink
Give a default null machine name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum authored Mar 21, 2024
1 parent 1d07b47 commit d17ab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/developersession.d
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class DeveloperSession {
certPlist["certificateId"].str().native(),
certPlist["serialNumber"].str().native(),
certPlist["certContent"].data().native(),
"machineName" in certPlist,
"machineName" in certPlist ? certPlist["certContent"].str().native() : "",
)
).array()),
(DeveloperPortalError err) => DeveloperPortalResponse(err)
Expand Down

0 comments on commit d17ab54

Please sign in to comment.