File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
backend/question-service/src/controllers Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ export const createImageLink = async (
80
80
81
81
const uploadPromises = files . map ( ( file ) => uploadFileToFirebase ( file ) ) ;
82
82
const imageUrls = await Promise . all ( uploadPromises ) ;
83
+ console . log ( imageUrls ) ;
83
84
res
84
85
. status ( 200 )
85
86
. json ( { message : "Images uploaded successfully" , imageUrls } ) ;
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const Home: React.FC = () => {
79
79
objectFit: "contain",
80
80
}}
81
81
/> */ }
82
- < Card
82
+ { /* <Card
83
83
sx={{
84
84
padding: 4,
85
85
width: "100%",
@@ -269,7 +269,7 @@ const Home: React.FC = () => {
269
269
>
270
270
Find my match!
271
271
</Button>
272
- </ Card >
272
+ </Card> */ }
273
273
</ AppMargin >
274
274
) ;
275
275
} ;
You can’t perform that action at this time.
0 commit comments