Skip to content

Commit

Permalink
fix: dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-29 committed Oct 5, 2024
1 parent 3c2f960 commit 38b3fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/webService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ type HeadersType = {
type RequestOptions = {
method: string;
headers: Record<string, string>;
body?: string; // Optional because not all requests will have a body
// Optional because not all requests will have a body
body?: string;
};

export const WebService = {
Expand Down

0 comments on commit 38b3fc4

Please sign in to comment.