Skip to content

Commit

Permalink
馃挌 fix ci build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed May 5, 2023
1 parent db23f05 commit 3ec5673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
) => {
Expand Down

0 comments on commit 3ec5673

Please sign in to comment.