Merged PR 2271: typo on videos and update portal sumamry fro removed fields

Related work items: #22698, #22813
This commit is contained in:
Robert Bond
2026-04-24 13:10:20 +00:00
parent d604d4f264
commit f367f3342c
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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;