Skip to content

Commit

Permalink
Remove leftover import
Browse files Browse the repository at this point in the history
  • Loading branch information
skh committed May 18, 2020
1 parent 0092b2f commit d6b4c49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import Boom from 'boom';
import fetch, { Response } from 'node-fetch';
import { streamToString } from './streams';
import { appContextService } from '../..';

export async function getResponse(url: string): Promise<Response> {
try {
Expand Down

0 comments on commit d6b4c49

Please sign in to comment.