Skip to content

Commit

Permalink
chore(dcellar-web-ui): ts complie error
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Jul 31, 2023
1 parent 1cc0457 commit f8add5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ export const generatePutObjectOptions = async (
'X-Gnfd-User-Address': userAddress,
'X-Gnfd-App-Domain': domain,
});
const params = new URLSearchParams();

return {
url,
headers,
method: 'put',
params,
};
};

0 comments on commit f8add5f

Please sign in to comment.