Skip to content

Commit 231d514

Browse files
committed
fix(openapi-fetch): lint error
1 parent d639693 commit 231d514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-fetch/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ describe("client", () => {
13181318
});
13191319

13201320
await client.GET("/self", {
1321-
baseUrl: "https://api.foo.bar/v1/"
1321+
baseUrl: "https://api.foo.bar/v1/",
13221322
});
13231323
expect(requestBaseUrl).toBe("https://api.foo.bar/v1");
13241324
});

0 commit comments

Comments
 (0)