Skip to content

Commit

Permalink
update lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriddenn committed Mar 26, 2023
1 parent a1d3a28 commit 32ba42a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/web/pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { prisma } from '@server/db/client';
import NextAuth from 'next-auth/next';
import { Profile, Session, User } from 'next-auth';
import { Roles } from 'database';
import { signIn } from 'next-auth/react';
import { Account } from 'next-auth';

const RicanGHId = '59850372';
Expand Down
1 change: 0 additions & 1 deletion apps/web/pages/submissions/review.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
} from '@chakra-ui/react';
import { useState, useEffect, ReactElement } from 'react';
import { useRouter } from 'next/router';
import Loading from '@components/Loading';
import Layout from '@components/Layout';
import { trpc } from '@utils/trpc';
import Head from 'next/head';
Expand Down

0 comments on commit 32ba42a

Please sign in to comment.