@provable-games/budokan-sdk 0.1.18 → 0.1.19

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/react.cjs CHANGED
@@ -221,6 +221,7 @@ async function getTournaments(baseUrl, params, ctx) {
221
221
  sort: params?.sort,
222
222
  from_id: params?.fromId,
223
223
  exclude_ids: params?.excludeIds?.join(","),
224
+ tournament_ids: params?.tournamentIds?.join(","),
224
225
  whitelisted_extensions: params?.whitelistedExtensions?.join(","),
225
226
  include_prizes: params?.includePrizeSummary
226
227
  });