Skip to content

Commit

Permalink
Fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum authored Mar 24, 2024
1 parent 0d10c8c commit 20bdf8b
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.dict() ? certPlist["certContent"].str().native() : "",
"machineName" in certPlist.dict() ? certPlist["machineName"].str().native() : "",
)
).array()),
(DeveloperPortalError err) => DeveloperPortalResponse(err)
Expand Down

0 comments on commit 20bdf8b

Please sign in to comment.