fix: Explicit import of fetch-with-proxy
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// @flow
|
||||
import passport from "@outlinewiki/koa-passport";
|
||||
import { Strategy as AzureStrategy } from "@outlinewiki/passport-azure-ad-oauth2";
|
||||
import fetch from "fetch-with-proxy";
|
||||
import jwt from "jsonwebtoken";
|
||||
import Router from "koa-router";
|
||||
import accountProvisioner from "../../commands/accountProvisioner";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// @flow
|
||||
import fetch from "fetch-with-proxy";
|
||||
import type { DocumentEvent, IntegrationEvent, Event } from "../events";
|
||||
import { Document, Integration, Collection, Team } from "../models";
|
||||
import { presentSlackAttachment } from "../presenters";
|
||||
|
||||
Reference in New Issue
Block a user