修改上报数据出错后的error的参数名
This commit is contained in:
parent
11dad2c3ed
commit
97f1760958
@ -223,8 +223,8 @@ export class GameResultCommand extends Command<CardGameState, {}> {
|
||||
.then(function (response) {
|
||||
debugRoom(JSON.stringify(response.data));
|
||||
})
|
||||
.catch(function (error) {
|
||||
error(error);
|
||||
.catch(function (err) {
|
||||
error(err);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user