Skip to content

Commit

Permalink
nit: error message change
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzhang committed Oct 29, 2023
1 parent 265d3a9 commit 56a6ba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RequestSignup implements IRequestSignup {
return volunteerRequestSignUpData;
}
catch (error: unknown) {
Logger.error(`Failed to get user. Reason = ${getErrorMessage(error)}`);
Logger.error(`Failed to get request information. Reason = ${getErrorMessage(error)}`);
throw error;
}
}
Expand Down

0 comments on commit 56a6ba5

Please sign in to comment.