Skip to content

Commit

Permalink
Fix TS check
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 8, 2023
1 parent 40ff0b4 commit 9c391bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fets/tests/client/apiKey-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ const clientWithPredefined = createClient<NormalizedOAS>({
},
});

const res2 = await clientWithPredefined['/me'].get();
await clientWithPredefined['/me'].get();

0 comments on commit 9c391bb

Please sign in to comment.