Skip to content

Commit

Permalink
signature fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Dec 5, 2024
1 parent 67b615a commit b5bc2af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/services/FetchBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CancelToken } from "../core/types";

type IRequest = { dispatcher?: any, fetchProxy?: any, url?: string, log?: (...a: any[]) => void, logError?: (...a: any[]) => void } & RequestInit;

class FetchBuilder {
export default class FetchBuilder {

static JsonError: typeof JsonError;

Expand Down Expand Up @@ -289,5 +289,3 @@ class JsonError extends Error {
}

FetchBuilder.JsonError = JsonError;

export = FetchBuilder;

0 comments on commit b5bc2af

Please sign in to comment.