Skip to content

Commit 435bc56

Browse files
committed
fix lint
1 parent 1e9af95 commit 435bc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/performance-tests/test/TestContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function *getTestIModels(filter: (iModel: TestIModel) => boolean) {
4040
authorization: AccessTokenAdapter.toAuthorizationCallback(
4141
await IModelHost.authorizationClient.getAccessToken()
4242
),
43-
urlParams: { iTwinId: iTwinId },
43+
urlParams: { iTwinId },
4444
});
4545

4646
for await (const iModel of iModels) {

0 commit comments

Comments
 (0)