Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Panteleymonchuk <[email protected]>
  • Loading branch information
panteleymonchuk committed Jan 31, 2024
1 parent 8858c69 commit b632ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const requestOutputDetails = async (outputId: string, network: string): Promise<
}
return null;
} catch {
console.log("Failed loading transaction history details!");
console.warn("Failed loading transaction history details!");
return null;
}
};
Expand Down

0 comments on commit b632ebf

Please sign in to comment.