We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43096e commit a2c46a6Copy full SHA for a2c46a6
1 file changed
src/backend/src/services/projects.services.ts
@@ -636,7 +636,7 @@ export default class ProjectsService {
636
*/
637
static async getAllManufacturers(submitter: User): Promise<Manufacturer[]> {
638
if (submitter.role === Role.GUEST) {
639
- throw new AccessDeniedGuestException('Guests cannot get the manufacturers');
+ throw new AccessDeniedGuestException('Get Manufacturers');
640
}
641
642
return (
0 commit comments