From 3ec5673c2832d36ba832b26f12decd8200407e51 Mon Sep 17 00:00:00 2001 From: M SHAH Date: Fri, 5 May 2023 18:57:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20ci=20build=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tools.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/tools.ts b/src/utils/tools.ts index 469aee9b31..6a72e4ca57 100644 --- a/src/utils/tools.ts +++ b/src/utils/tools.ts @@ -144,8 +144,8 @@ export const isDataURL: (s: string) => boolean = (s: string) => */ export const getBufferFromUrl: ( url: string, - optionsOverride?: AxiosRequestConfig -) => Promise<[Buffer, AxiosResponseHeaders]> = async ( + optionsOverride?: any +) => Promise<[Buffer, any]> = async ( url: string, optionsOverride: AxiosRequestConfig = {} ) => {