Skip to content

Commit

Permalink
at-inquiry bug fix update-2.
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Bjorkengren <[email protected]>
  • Loading branch information
UlfBj committed Apr 2, 2024
1 parent 67b0c00 commit e0198dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/vissv2server/atServer/atServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ func writeToActiveList(gatingId int, at string) {
func removeFromPendingList(index int) AtGenPayload {
atGenData := pendingList[index].AtGenData
pendingList[index].GatingId = -1
pendingList[i].Consent = "NOT_SET"
pendingList[index].Consent = "NOT_SET"
return atGenData
}

Expand Down

0 comments on commit e0198dd

Please sign in to comment.