Skip to content

Commit

Permalink
Remove type of response to work with artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Jul 29, 2022
1 parent 0d7b2bc commit 20ea6f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/fetchApis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export async function fetchCloudApiData(api_url: string) {
method: "GET",
headers: {
"Content-Type": "application/json",
Accept: "application/json",
Authorization: `Token ${apiKey}`,
},
});
Expand Down

0 comments on commit 20ea6f2

Please sign in to comment.