Commit 4c6a0635 authored by nanahira's avatar nanahira

fix

parent 32d7e3cb
...@@ -1477,7 +1477,7 @@ class Room ...@@ -1477,7 +1477,7 @@ class Room
headers: headers:
'Content-Type': 'application/x-www-form-urlencoded' 'Content-Type': 'application/x-www-form-urlencoded'
utility.retry post_match_scores, 10 utility.retry post_score_process, 10
.then (response) => .then (response) =>
log.info 'SCORE POST OK', response.status, response.statusText, @name, response.data log.info 'SCORE POST OK', response.status, response.statusText, @name, response.data
......
...@@ -1948,7 +1948,7 @@ ...@@ -1948,7 +1948,7 @@
} }
}); });
}; };
utility.retry(post_match_scores, 10).then((response) => { utility.retry(post_score_process, 10).then((response) => {
return log.info('SCORE POST OK', response.status, response.statusText, this.name, response.data); return log.info('SCORE POST OK', response.status, response.statusText, this.name, response.data);
}).catch((error) => { }).catch((error) => {
if (error.response != null) { if (error.response != null) {
......
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