Skip to content

Commit

Permalink
chore: update type test
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 9, 2024
1 parent 444c9f2 commit 50cd917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixture/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe("API routes", () => {
Promise<{
statusCode: number;
statusMessage?: string;
data?: any;
data?: {};
message: string;
}>
>();
Expand Down

0 comments on commit 50cd917

Please sign in to comment.