Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olivbau committed Dec 21, 2024
1 parent aeb5923 commit 0408d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/jupiterJob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const jobFct: JobFct = async () => {
decimals: jupToken.decimals,
name: jupToken.name,
symbol: jupToken.symbol,
logoURI: jupToken.logoURI || undefined,
logoURI: jupToken.logoURI ? jupToken.logoURI : undefined,
networkId: NetworkId.solana,
sourceId: 'job-jupiter',
});
Expand Down

0 comments on commit 0408d92

Please sign in to comment.