Skip to content

Commit

Permalink
chore(auth): Add missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Jul 17, 2023
1 parent a340cd8 commit 20faded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ final class SignInStateMachine
..userAttributes.addAll([
for (final MapEntry(:key, :value)
in attributesNeedingUpdate.entries)
AttributeType(name: key.key, value: value)
AttributeType(name: key.key, value: value),
]),
),
)
Expand Down

0 comments on commit 20faded

Please sign in to comment.