Skip to content

Commit

Permalink
πŸ’€
Browse files Browse the repository at this point in the history
  • Loading branch information
typesafeui committed Aug 27, 2024
1 parent b2c1459 commit a0b6fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const hasAi = (
showOnlyAi = false,
): boolean => {
if (post.name === PRODUCT_HUNT_NAME) {
return false;
return !showOnlyAi;
}

const excludedTerms = ["ai", "gpt", "artificial intelligence", "machine learning"];
Expand Down

0 comments on commit a0b6fab

Please sign in to comment.