Skip to content

Commit

Permalink
Union .factor property into .factors
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Mar 1, 2024
1 parent d7a17c7 commit 2af19e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edb/server/protocol/auth_ext/webauthn.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ async def _get_authentication_challenge(
created_at,
modified_at,
challenge,
factors: {
factors := (distinct (.factors union .factor)) {
id,
created_at,
modified_at,
Expand Down

0 comments on commit 2af19e9

Please sign in to comment.