Skip to content

Commit 9321c34

Browse files
committed
fix(transform.test): correct linting issues by fixing whitespace in response transformation
1 parent 82465d6 commit 9321c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/openapi-fetch/test/transform/transform.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ test("transforms date strings to Date objects", async () => {
1414
transform: {
1515
response: (method, path, data) => {
1616
if (!data || typeof data !== "object") {
17-
return data
18-
};
17+
return data;
18+
}
1919

2020
const result = { ...data } as PostResponse;
2121

0 commit comments

Comments
 (0)