Skip to content

Commit

Permalink
fix(server-context): arg of request in AlwatrApiRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Jun 8, 2023
1 parent 5037fec commit d1835eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server-context/src/api-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class AlwatrApiRequest<
return super._response;
}

request(options: Partial<FetchOptions>): Promise<void> {
request(options?: Partial<FetchOptions>): void {
return super._request(options);
}

Expand Down

0 comments on commit d1835eb

Please sign in to comment.