Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Graterol <jesusgraterol.dev@protonmail.com>
  • Loading branch information
jesusgraterol committed Feb 11, 2025
1 parent 89515d1 commit 64850d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ interface IAPIResponse<T> {
success: boolean,

// the data that will be sent to the client (regardless of the request's outcome)
data: T,
data: T | undefined,

// the error thrown during the handling of the request (if any)
error: string | undefined
Expand Down

0 comments on commit 64850d2

Please sign in to comment.