@smartico/public-api 0.0.59 → 0.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1374,7 +1374,7 @@ var SmarticoAPI = /*#__PURE__*/function () {
1374
1374
  var message = _this21.buildMessage(user_ext_id, exports.ClassId.GET_TOURNAMENT_INFO_REQUEST, {
1375
1375
  tournamentInstanceId: tournamentInstanceId
1376
1376
  });
1377
- return Promise.resolve(_this21.send(message, exports.ClassId.GET_TOURNAMENT_LOBBY_RESPONSE)).then(function (response) {
1377
+ return Promise.resolve(_this21.send(message, exports.ClassId.GET_TOURNAMENT_INFO_RESPONSE)).then(function (response) {
1378
1378
  var _response$userPositio, _response$tournamentI;
1379
1379
  if ((_response$userPositio = response.userPosition) != null && _response$userPositio.avatar_id) {
1380
1380
  response.userPosition.avatar_url = CoreUtils.avatarUrl(response.userPosition.avatar_id, _this21.avatarDomain);