Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
boxak committed Jul 23, 2023
1 parent b4e69ed commit 473d50a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/store/FriendStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class FriendStore {
};

console.log("friend request : " + JSON.stringify(request));
console.log("friend request : " + this.rootStore.userStore.getJwtKey);
console.log("friend request jwtkey : " + this.rootStore.userStore.getJwtKey);

try{
if(getEdit === "edit"){
Expand All @@ -77,10 +77,10 @@ class FriendStore {
Authorization : this.rootStore.userStore.getJwtKey
},
});
console.log(res);
console.log("res : " + JSON.stringify(res));
}
}catch (err){
console.log(err);
console.log("error : " + JSON.stringify(err));
}
}

Expand Down

0 comments on commit 473d50a

Please sign in to comment.