Skip to content

Commit

Permalink
Add query resulting in CORS error to list for the appropriate message…
Browse files Browse the repository at this point in the history
… to be displayed (#1580)
  • Loading branch information
millicentachieng authored Apr 7, 2022
1 parent e5f9fa0 commit 0a95e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/services/graph-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ export const CORS_ERROR_QUERIES = new Map([
['reports/getYammerGroupsActivityDetail(period=<value>)', WORKLOAD.O365REPORTING],
['reports/getTeamsDeviceUsageUserCounts(period=<value>)', WORKLOAD.O365REPORTING],
['reports/getSharePointSiteUsageDetail(period=<value>)',WORKLOAD.O365REPORTING],
['reports/getOneDriveUsageFileCounts(period=<value>)', WORKLOAD.O365REPORTING]
['reports/getOneDriveUsageFileCounts(period=<value>)', WORKLOAD.O365REPORTING],
['reports/getEmailActivityUserCounts(period=<value>)', WORKLOAD.O365REPORTING]
]);

0 comments on commit 0a95e81

Please sign in to comment.