@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.
@@ -1126,7 +1126,7 @@ class SmarticoAPI {
1126
1126
  const message = this.buildMessage(user_ext_id, ClassId.GET_TOURNAMENT_INFO_REQUEST, {
1127
1127
  tournamentInstanceId
1128
1128
  });
1129
- const response = await this.send(message, ClassId.GET_TOURNAMENT_LOBBY_RESPONSE);
1129
+ const response = await this.send(message, ClassId.GET_TOURNAMENT_INFO_RESPONSE);
1130
1130
  if ((_response$userPositio = response.userPosition) != null && _response$userPositio.avatar_id) {
1131
1131
  response.userPosition.avatar_url = CoreUtils.avatarUrl(response.userPosition.avatar_id, this.avatarDomain);
1132
1132
  }