Commit 0472e163 authored by nanahira's avatar nanahira

missing

parent 14f1b347
Pipeline #6500 failed with stages
in 70 minutes and 58 seconds
...@@ -2259,7 +2259,7 @@ ygopro.ctos_follow 'JOIN_GAME', true, (buffer, info, client, server, datas)-> ...@@ -2259,7 +2259,7 @@ ygopro.ctos_follow 'JOIN_GAME', true, (buffer, info, client, server, datas)->
try try
userUrl = "#{settings.modules.mycard.auth_base_url}/users/#{encodeURIComponent(client.name)}.json" userUrl = "#{settings.modules.mycard.auth_base_url}/users/#{encodeURIComponent(client.name)}.json"
console.log(userUrl) #console.log(userUrl)
userDataRes = await axios.get userUrl, userDataRes = await axios.get userUrl,
responseType: 'json' responseType: 'json'
timeout: 10000 timeout: 10000
......
...@@ -2984,7 +2984,7 @@ ...@@ -2984,7 +2984,7 @@
} }
try { try {
userUrl = `${settings.modules.mycard.auth_base_url}/users/${encodeURIComponent(client.name)}.json`; userUrl = `${settings.modules.mycard.auth_base_url}/users/${encodeURIComponent(client.name)}.json`;
console.log(userUrl); //console.log(userUrl)
userDataRes = (await axios.get(userUrl, { userDataRes = (await axios.get(userUrl, {
responseType: 'json', responseType: 'json',
timeout: 10000 timeout: 10000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment