Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Sep 27, 2023
1 parent f0bab09 commit fb583a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/types/inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ export type AuthSendUserAttributeVerificationCodeInput<
*/
export type AuthDeleteUserAttributesInput<
UserAttributeKey extends AuthUserAttributeKey = AuthUserAttributeKey
> = { userAttributeKeys: UserAttributeKey[] };
> = { userAttributeKeys: [UserAttributeKey, ...UserAttributeKey[]] };

0 comments on commit fb583a3

Please sign in to comment.