Count: {emails.length}
{JSON.stringify(emails, null, 2)}-
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index cc887ef..4fa8630 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -29,7 +29,7 @@ jobs:
- name: Run Prettier
run: turbo format
-
+
eslint:
name: ESLint
timeout-minutes: 15
diff --git a/.npmrc b/.npmrc
index 894c167..ef38df8 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,4 +1,3 @@
-public-hoist-pattern[]=*prisma*
auto-install-peers=true
legacy-peer-deps=true
node-linker=hoisted
diff --git a/apps/maestros/app/(maestros)/monorepos/[...slug]/page.tsx b/apps/maestros/app/(maestros)/monorepos/[...slug]/page.tsx
index aa86e0d..3b530e3 100644
--- a/apps/maestros/app/(maestros)/monorepos/[...slug]/page.tsx
+++ b/apps/maestros/app/(maestros)/monorepos/[...slug]/page.tsx
@@ -67,7 +67,7 @@ function Page({ params }: { params: { slug: string[] } }) {
{/* @ts-expect-error Don't care, we shippin'! */}
On this page
: null} {headings.map((rawHeading) => { diff --git a/apps/maestros/app/(maestros)/monorepos/email-list/page.tsx b/apps/maestros/app/(maestros)/monorepos/email-list/page.tsx index 768e5b8..fc40248 100644 --- a/apps/maestros/app/(maestros)/monorepos/email-list/page.tsx +++ b/apps/maestros/app/(maestros)/monorepos/email-list/page.tsx @@ -6,7 +6,6 @@ export const revalidate = 0; const Page = async () => { const session = await getServerSession(authOptions); - const isAnthony = session?.user?.email === 'anthonyshew@gmail.com'; if (!isAnthony) { @@ -17,9 +16,10 @@ const Page = async () => { const emails = peeps.map((peep) => peep.email); return ( -Count: {emails.length}
{JSON.stringify(emails, null, 2)}-