Skip to content

Commit

Permalink
fix(express): deploying latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
foundrium committed Dec 21, 2021
1 parent 4f7997c commit f109047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/haste-express/lib/hasteAuthRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/* eslint-disable @typescript-eslint/restrict-plus-operands */
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable @typescript-eslint/no-unsafe-call */
/* eslint-disable @typescript-eslint/no-unused-vars */
import { Router } from 'express';
import passport from 'passport';
import { config } from 'dotenv';
Expand Down

0 comments on commit f109047

Please sign in to comment.