Skip to content

Commit fbb45bd

Browse files
committed
refactor
1 parent 3d157f3 commit fbb45bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/repository/stampRepository.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export class StampRepository {
1212
size: '1024x1024',
1313
});
1414
const imageUrl = imageResponse.data[0]?.url || '';
15+
1516
return imageUrl;
1617
} catch (error) {
1718
console.error('Error generating image:', error);

0 commit comments

Comments
 (0)