Skip to content

Commit

Permalink
driveby: remove permissions from public event-types endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry committed Apr 12, 2024
1 parent c91780a commit b129479
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export class EventTypesController {
}

@Get("/:username/public")
@Permissions([EVENT_TYPE_READ])
async getPublicEventTypes(@Param("username") username: string): Promise<GetEventTypesPublicOutput> {
const eventTypes = await this.eventTypesService.getEventTypesPublicByUsername(username);

Expand Down

0 comments on commit b129479

Please sign in to comment.