We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82465d6 commit 9321c34Copy full SHA for 9321c34
1 file changed
packages/openapi-fetch/test/transform/transform.test.ts
@@ -14,8 +14,8 @@ test("transforms date strings to Date objects", async () => {
14
transform: {
15
response: (method, path, data) => {
16
if (!data || typeof data !== "object") {
17
- return data
18
- };
+ return data;
+ }
19
20
const result = { ...data } as PostResponse;
21
0 commit comments