Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
15 min slots
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Dec 6, 2023
1 parent 4201269 commit b652792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/PerformanceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Props {
setTotalStreamCount: (ttalStreamCount: number | null) => void;
}

const SLOT_DURATION_MIN = 20;
const SLOT_DURATION_MIN = 15;

const PerformanceList = ({slug, eventUrl, startsAt, endsAt, setReservedStreamCount, setTotalStreamCount}: Props): ReactElement => {
const muxyApiKey: string = (process.env.REACT_APP_MUXY_API_KEY as string);
Expand Down

0 comments on commit b652792

Please sign in to comment.