Skip to content

Commit

Permalink
fix: revert libraries version event-types controller apiv2 (#15831)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyMinimalDev authored Jul 19, 2024
1 parent 7cdecf5 commit 5b97d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import {
import { ApiTags as DocsTags } from "@nestjs/swagger";

import { EVENT_TYPE_READ, EVENT_TYPE_WRITE, SUCCESS_STATUS } from "@calcom/platform-constants";
import { getPublicEvent, getEventTypesByViewer } from "@calcom/platform-libraries-0.0.18";
import { getPublicEvent, getEventTypesByViewer } from "@calcom/platform-libraries-0.0.2";
import { PrismaClient } from "@calcom/prisma";

@Controller({
Expand Down

0 comments on commit 5b97d3b

Please sign in to comment.