We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bddaa7c + 135bd4a commit 20dc8b3Copy full SHA for 20dc8b3
1 file changed
src/modules/crowdaction/errors/crowdaction.error.ts
@@ -27,7 +27,7 @@ export class CrowdActionMustBeInTheFutureError extends ApiError {
27
28
export class CrowdActionDoesNotExist extends ApiError {
29
constructor() {
30
- super({ message: `Could not find any CrowdAction that fit the criteria`, statusCode: HttpStatus.BAD_REQUEST });
+ super({ message: `Could not find any CrowdAction that fit the criteria`, statusCode: HttpStatus.NOT_FOUND });
31
}
32
33
0 commit comments