Skip to content

Commit dbe8a85

Browse files
authored
fix: enable auto reording for organizer (calcom#22882)
1 parent 84210dc commit dbe8a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/lib/video/[uid]/getServerSideProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const checkIfUserIsHost = async ({
117117
});
118118

119119
// If eventType exists, it means user is either owner, host or user
120-
return !eventType;
120+
return !!eventType;
121121
};
122122

123123
export async function getServerSideProps(context: GetServerSidePropsContext) {

0 commit comments

Comments
 (0)