@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2104,7 +2104,7 @@ var UgcDiscoveryModule = class extends ModuleBase {
|
|
|
2104
2104
|
*/
|
|
2105
2105
|
getFilmByMatchId(matchId) {
|
|
2106
2106
|
this.assertNotEmpty(matchId, "matchId");
|
|
2107
|
-
return this.get(`/hi/films/matches/${matchId}`);
|
|
2107
|
+
return this.get(`/hi/films/matches/${matchId}/spectate`);
|
|
2108
2108
|
}
|
|
2109
2109
|
};
|
|
2110
2110
|
|