Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore: handle sonarcloud issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Apr 27, 2023
1 parent 0932ce5 commit aba1e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/requestService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface IFetch {
*/
accept?: string;

cache?: RequestCache | undefined;
cache?: RequestCache;

/**
* Default: 'application/json'
Expand Down

0 comments on commit aba1e4d

Please sign in to comment.