We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d157f3 commit fbb45bdCopy full SHA for fbb45bd
app/repository/stampRepository.ts
@@ -12,6 +12,7 @@ export class StampRepository {
12
size: '1024x1024',
13
});
14
const imageUrl = imageResponse.data[0]?.url || '';
15
+
16
return imageUrl;
17
} catch (error) {
18
console.error('Error generating image:', error);
0 commit comments