Remove unused imports
This commit is contained in:
parent
727365e0a0
commit
ac7fb85535
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
import { google } from 'googleapis';
|
import { google } from 'googleapis';
|
||||||
import { NextResponse } from 'next/server';
|
import { NextResponse } from 'next/server';
|
||||||
import { NextApiResponse } from 'next';
|
|
||||||
import { time } from 'console';
|
|
||||||
|
|
||||||
export async function GET() {
|
export async function GET() {
|
||||||
const target = ['https://www.googleapis.com/auth/spreadsheets.readonly'];
|
const target = ['https://www.googleapis.com/auth/spreadsheets.readonly'];
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
import { google } from 'googleapis';
|
import { google } from 'googleapis';
|
||||||
import { NextResponse } from 'next/server';
|
import { NextResponse } from 'next/server';
|
||||||
import { NextApiResponse } from 'next';
|
|
||||||
import { time } from 'console';
|
|
||||||
|
|
||||||
export async function GET() {
|
export async function GET() {
|
||||||
const target = ['https://www.googleapis.com/auth/spreadsheets.readonly'];
|
const target = ['https://www.googleapis.com/auth/spreadsheets.readonly'];
|
||||||
|
|
Reference in a new issue