Skip to content

Commit

Permalink
disable type checks on prisma pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jvelo committed Sep 22, 2024
1 parent c60b326 commit ba918ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/api/starred-media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck

import { NextApiRequest, NextApiResponse } from "next";
import { twitter_like } from "@prisma/client";
import { prisma } from "../../src/prisma/client";
Expand Down

0 comments on commit ba918ab

Please sign in to comment.