We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742d544 commit bd3faf7Copy full SHA for bd3faf7
1 file changed
apps/backend/src/donations/donations.service.ts
@@ -335,7 +335,7 @@ export class DonationService {
335
}
336
337
if (donation.status !== DonationStatus.AVAILABLE) {
338
- throw new BadRequestException(`Only available donations can be deleted`);
+ throw new BadRequestException(`Only available donations can be updated`);
339
340
341
const existingItems = donation.donationItems || [];
0 commit comments