Merged PR 2271: typo on videos and update portal sumamry fro removed fields
Related work items: #22698, #22813
This commit is contained in:
@@ -56,7 +56,7 @@ export default async function ApiProxy(req, res) {
|
||||
transformData: (data) => {
|
||||
if (Object.prototype.hasOwnProperty.call(data, "@odata.nextLink")) {
|
||||
const dataStr = JSON.stringify(data["@odata.nextLink"]);
|
||||
data["@odata.nextLink"] = dataStr.split("/v8.2/")[1];
|
||||
data["@odata.nextLink"] = dataStr.split("/v9.2/")[1];
|
||||
}
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user