Skip to content

Commit

Permalink
feat(edit-content) lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Oct 2, 2024
1 parent adf50ba commit ee32b38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('DotEditContentStore', () => {
let dotHttpErrorManagerService: SpyObject<DotHttpErrorManagerService>;
let dotEditContentService: SpyObject<DotEditContentService>;

let mockActivatedRouteParams: { [key: string]: any };
let mockActivatedRouteParams: { [key: string]: unknown };
let router: SpyObject<Router>;

let workflowActionsService: SpyObject<DotWorkflowsActionsService>;
Expand Down

0 comments on commit ee32b38

Please sign in to comment.