Fixes paid bookings

pull/2860/head
zomars 2022-05-24 19:18:41 -06:00
parent 29bb6711bb
commit dc934ed8ca
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
users: {
select: {
name: true,
email: true,
username: true,
hideBranding: true,
plan: true,