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