From 473d50ac86980a27f90b5cac7656036c1cde346f Mon Sep 17 00:00:00 2001 From: boxak Date: Mon, 24 Jul 2023 02:21:39 +0900 Subject: [PATCH] temp --- src/store/FriendStore.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/FriendStore.ts b/src/store/FriendStore.ts index d803b88..ad03399 100644 --- a/src/store/FriendStore.ts +++ b/src/store/FriendStore.ts @@ -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"){ @@ -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)); } }