Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elektrolytmangel committed Sep 17, 2024
1 parent 831a3a4 commit 9847ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/DefibrillatorFunctionV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ private static Node CreateNode(DefibrillatorRequestV2 request)
"operator", request.Operator
},
{
// Ensure no values are not set anymore, i.e. by older versions of the app
"access", request.Access == "no" ? null : request.Access
},
{
Expand Down

0 comments on commit 9847ad8

Please sign in to comment.