Skip to content

Commit

Permalink
Update packages/supabase/lib/src/auth_user.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr authored Jul 30, 2024
1 parent fcdcdf3 commit 0937a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/supabase/lib/src/auth_user.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class AuthUser extends User {
AuthUser({
required super.id,
required super.appMetadata,
required Map<String, dynamic> super.userMetadata,
required super.userMetadata,
required super.aud,
required super.email,
required super.phone,
Expand Down

0 comments on commit 0937a1e

Please sign in to comment.