Skip to content

Commit b395046

Browse files
committed
fix
1 parent e851629 commit b395046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

u/profile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
console.error(error);
3232
}
3333

34-
const data = {
34+
const dt = {
3535
user_id: userId
3636
};
3737

@@ -40,7 +40,7 @@
4040
headers: {
4141
'Content-Type': 'application/json',
4242
},
43-
body: JSON.stringify(data)
43+
body: JSON.stringify(dt)
4444
})
4545
.then(response => response.json())
4646
.then(data => {

0 commit comments

Comments
 (0)