Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 22, 2024
1 parent f05989d commit 6f8c261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/node/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ describe(`End-to-end access grant tests for environment [${environment}] `, () =
const allCredentialsPageOne = await query(
{
pageSize: 10,
type: "SolidAccessGrant"
type: "SolidAccessGrant",
},
{
fetch: addUserAgent(requestorSession.fetch, TEST_USER_AGENT),
Expand Down

0 comments on commit 6f8c261

Please sign in to comment.