Skip to content

Commit

Permalink
Merge pull request #11 from UlfBj/ecf
Browse files Browse the repository at this point in the history
at-inquiry bug fix update.
  • Loading branch information
UlfBj authored Apr 2, 2024
2 parents 956149f + e0198dd commit 93237fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/vissv2server/atServer/atServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ func writeToActiveList(gatingId int, at string) {
func removeFromPendingList(index int) AtGenPayload {
atGenData := pendingList[index].AtGenData
pendingList[index].GatingId = -1
pendingList[index].Consent = "NOT_SET"
return atGenData
}

Expand Down

0 comments on commit 93237fd

Please sign in to comment.