Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/services/idv/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module Idv
# @attr resolution_successful [Boolean, nil]
# @attr selfie_check_performed [Boolean, nil]
# @attr selfie_check_required [Boolean, nil]
# @attr skip_doc_auth [Boolean, nil]
# @attr skip_doc_auth_from_handoff [Boolean, nil]
# @attr skip_doc_auth_from_how_to_verify [Boolean, nil]
# @attr skip_hybrid_handoff [Boolean, nil]
Expand Down Expand Up @@ -69,7 +68,6 @@ class Session
resolution_successful
selfie_check_performed
selfie_check_required
skip_doc_auth
skip_doc_auth_from_handoff
skip_doc_auth_from_how_to_verify
skip_hybrid_handoff
Expand Down