chore: remove whitespace
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Router, Request, Response } from "express";
|
||||
|
||||
import User from "../models/User";
|
||||
import Robot from "../models/Robot";
|
||||
import jwt from "jsonwebtoken";
|
||||
@@ -10,7 +9,6 @@ import { google } from "googleapis";
|
||||
import { capture } from "../utils/analytics";
|
||||
import crypto from 'crypto';
|
||||
|
||||
|
||||
declare module "express-session" {
|
||||
interface SessionData {
|
||||
code_verifier: string;
|
||||
|
||||
Reference in New Issue
Block a user