@dendotdev/grunt 1.0.1 → 1.0.2

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
@@ -2106,7 +2106,7 @@ var UgcDiscoveryModule = class extends ModuleBase {
2106
2106
  */
2107
2107
  getFilmByMatchId(matchId) {
2108
2108
  this.assertNotEmpty(matchId, "matchId");
2109
- return this.get(`/hi/films/matches/${matchId}`);
2109
+ return this.get(`/hi/films/matches/${matchId}/spectate`);
2110
2110
  }
2111
2111
  };
2112
2112