Skip to content

Commit

Permalink
Update geminiUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode authored Aug 2, 2024
1 parent 3a9cfa8 commit 62a894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/geminiUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export const scanProduct = async (imageData: string): Promise<{ name: string; qu
console.error('Error in scanProduct:', error);
throw error;
}
};
};

0 comments on commit 62a894b

Please sign in to comment.