Skip to content

Commit 634b5ce

Browse files
Merge pull request #78760 from s77rt/create-report-empty-reportName-follow-up
[No QA] remove unused reportName param
2 parents 830e3aa + dc1e53f commit 634b5ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libs/API/parameters/CreateAppReportParams.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
type CreateAppReportParams = {
2-
// Pass reportName only if it's a custom user defined name
3-
reportName?: string;
42
policyID?: string;
53
type: string;
64
reportID: string;

0 commit comments

Comments
 (0)