Skip to content

Commit

Permalink
fix attributes by contract (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus authored Feb 16, 2024
1 parent 176c197 commit e1da8ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const attributesByContract = async (
let data;
let error: string;

const networkFinal = network ?? mbjs.keys.network;
const networkFinal = network || mbjs.keys.network;

const useHost = networkFinal === 'testnet'
? META_SERVICE_HOST_TESTNET
Expand Down

0 comments on commit e1da8ec

Please sign in to comment.