update proxy-agent

This commit is contained in:
Madeline
2023-08-07 12:20:02 +10:00
parent 611de210cf
commit 32c8211984
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import { route } from "@spacebar/api";
import { TenorMediaTypes, getGifApiKey, parseGifResult } from "@spacebar/util";
import { Request, Response, Router } from "express";
import fetch from "node-fetch";
import ProxyAgent from "proxy-agent";
import { ProxyAgent } from "proxy-agent";
const router = Router();
+1 -1
View File
@@ -20,7 +20,7 @@ import { route } from "@spacebar/api";
import { TenorMediaTypes, getGifApiKey, parseGifResult } from "@spacebar/util";
import { Request, Response, Router } from "express";
import fetch from "node-fetch";
import ProxyAgent from "proxy-agent";
import { ProxyAgent } from "proxy-agent";
const router = Router();
+1 -1
View File
@@ -25,7 +25,7 @@ import {
} from "@spacebar/util";
import { Request, Response, Router } from "express";
import fetch from "node-fetch";
import ProxyAgent from "proxy-agent";
import { ProxyAgent } from "proxy-agent";
const router = Router();