Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Petrov <[email protected]>
  • Loading branch information
mike-petrov committed Feb 1, 2024
1 parent 5d2b6b8 commit a2d5540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const App = () => {
onModal('failed', 'Something went wrong, try again');
}
});
if (type === 'object') {
if (type === 'object' && operation === 'GET') {
api('GET', '/auth/bearer?walletConnect=true', {}, {
[ContentTypeHeader]: "application/json",
[AuthorizationHeader]: `Bearer ${msg}`,
Expand Down

0 comments on commit a2d5540

Please sign in to comment.