Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Jan 15, 2022
1 parent 98c2c46 commit 1d5d37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/firebase_auth/test/DeployTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private function createAuthUser(string $email): void
self::$apiHttpClient->post('/v1/accounts:delete', [
'headers' => ['If-Match' => '*'],
'json' => [
'localId' => $idToken
'localId' => $idToken
]
]);
}
Expand Down

0 comments on commit 1d5d37b

Please sign in to comment.