Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiTays committed Jan 10, 2025
1 parent 76ec7cd commit 87f759e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/contracts/write/use-make-prediction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const useMakePrediction = () => {

return {
tarots,
answer: result?.response || '',
answer: result?.response ?? '',
};
});
},
Expand Down

0 comments on commit 87f759e

Please sign in to comment.