trying to push again
This commit is contained in:
@@ -103,9 +103,9 @@
|
||||
method : "POST",
|
||||
headers: { 'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({
|
||||
"requesterId": user.id,
|
||||
"addresseeId": set.friendId,
|
||||
"status": r
|
||||
"requesterUsername": user.username,
|
||||
"addresseeUsername": set.friendUsername,
|
||||
"status": "R"
|
||||
})
|
||||
})
|
||||
.then( x => x.json())
|
||||
|
||||
Reference in New Issue
Block a user