Skip to content

Commit

Permalink
fix: admin client initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Feb 15, 2024
1 parent 2ee8cc6 commit 128336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gotrue/test/client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void main() {
flowType: AuthFlowType.implicit,
);

adminClient = client = GoTrueClient(
adminClient = GoTrueClient(
url: gotrueUrl,
headers: {
'Authorization': 'Bearer ${getServiceRoleToken(env)}',
Expand Down

0 comments on commit 128336d

Please sign in to comment.