fix: Explicit import of fetch-with-proxy

This commit is contained in:
Tom Moor
2021-05-13 17:20:24 -07:00
parent a93d034091
commit 2c0f14f07b
2 changed files with 2 additions and 0 deletions

View File

@@ -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";

View File

@@ -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";