Skip to content

Commit

Permalink
chore: fix build after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash committed Aug 22, 2024
1 parent 4815461 commit 614be62
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public final class FaceLivenessSession: LivenessService {
case normal
case reconnect
}
let options: FaceLivenessSession.Options

private let livenessServiceDispatchQueue = DispatchQueue(
label: "com.amazon.aws.amplify.liveness.service",
Expand Down Expand Up @@ -178,7 +177,7 @@ public final class FaceLivenessSession: LivenessService {
)
let challengeType = challengeType(from: payload)
challengeTypeListeners[.challenge]?(challengeType)
return true
return .continueToReceive
case .sessionInformation:
// :event-type ServerSessionInformationEvent
let payload = try JSONDecoder().decode(
Expand Down

0 comments on commit 614be62

Please sign in to comment.