Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Oct 9, 2024
1 parent e684c45 commit b2c3496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const parse = <T extends TSchema>(
};

/**
* Simplifies the response from Elysia tRP for `tanstack-query`, extracting the data or throwing an error.
* Simplifies the response from Elysia tRP for `tanstack-query`, extracting the DATA or throwing an error.
*/
export function handleEden<T>(
response: (
Expand Down

0 comments on commit b2c3496

Please sign in to comment.