Skip to content

Commit

Permalink
remove eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Sep 16, 2024
1 parent e4bf310 commit f487aa5
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import { type NextRequest, NextResponse } from "next/server";

export function GET(request: NextRequest) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import { type NextRequest, NextResponse } from "next/server";

import { geolocation, ipAddress } from "@vercel/functions";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import { type NextRequest, NextResponse } from "next/server";

export function GET(request: NextRequest) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import { type NextRequest, NextResponse } from "next/server";

import { geolocation, ipAddress } from "@vercel/functions";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import { type NextRequest, NextResponse } from "next/server";

export function GET(request: NextRequest) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import { type NextRequest, NextResponse } from "next/server";

import { geolocation } from "@vercel/functions";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import { type NextRequest, NextResponse } from "next/server";

function getGeo(request: NextRequest) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import { type NextRequest, NextResponse } from "next/server";

import { geolocation } from "@vercel/functions";
Expand Down

0 comments on commit f487aa5

Please sign in to comment.