Commit de1f5b9 1 parent 6b5ea42 commit de1f5b9 Copy full SHA for de1f5b9
File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,5 @@ yarn-error.log*
39
39
# typescript
40
40
* .tsbuildinfo
41
41
next-env.d.ts
42
+
43
+ .idea
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ export async function PUT(request) {
22
22
filename,
23
23
contentType,
24
24
base64,
25
- updatedAt : new Date ( )
26
- }
27
- }
25
+ updatedAt : new Date ( ) ,
26
+ } ,
27
+ } ,
28
28
} ,
29
29
{ new : true }
30
30
) . lean ( ) ;
31
31
32
32
return NextResponse . json ( {
33
- avatar : updatedUser . avatar
33
+ avatar : updatedUser . avatar ,
34
34
} ) ;
35
35
} catch ( error ) {
36
36
return NextResponse . json ( { error : error . message } , { status : 500 } ) ;
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ export default function Main() {
224
224
< h3 className = "text-lg font-bold hover-scale inline-block" >
225
225
Developer
226
226
</ h3 >
227
- < p > Marco Essam </ p >
227
+ < p > Mark Maher Eweida </ p >
228
228
< a
229
229
href = "https://marco5dev.me"
230
230
target = "_blank"
You can’t perform that action at this time.
0 commit comments