Skip to content

Commit c7b2f72

Browse files
committed
fixed lint
1 parent 10e64de commit c7b2f72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/back-office/src/app/dashboard/pages/dashboard/dashboard.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export class DashboardComponent
299299
);
300300
});
301301
}
302-
// queryId
302+
// queryId
303303
} else if (queryId) {
304304
template = templates?.find((d) => {
305305
// If templates use reference data

libs/shared/src/lib/services/dashboard/dashboard.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ export class DashboardService {
159159
*
160160
* @param page Page to copy content from
161161
* @param context The type of context to be added to the dashboard
162-
* @param id The id of the context to be added to the dashboard
163162
* @returns The newly created dashboard
164163
*/
165164
public createDashboardWithContext(page: string, context: any) {

0 commit comments

Comments
 (0)