Skip to content

Commit

Permalink
chore: feedback from peer-review.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Mar 20, 2024
1 parent 7604bde commit b67dd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logion/controllers/collection.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class CollectionController extends ApiController {
&& body.files !== undefined
&& body.files.length > 0
) {
throw badRequest("Collection cannot upload");
throw badRequest("Collection does not accept item files");
}
if (collection.collectionMaxSize !== undefined) {
const size = await this.collectionRepository.countBy(collectionLocId);
Expand Down

0 comments on commit b67dd86

Please sign in to comment.