Skip to content

Commit

Permalink
Try to fix PDF build - removed nodejs ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Jan 24, 2023
1 parent eb20124 commit 7c22493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class Notifier extends Base {
@property() message: string;
@property() css: string;
timeout = settings.notifications.lifetime;
timer: NodeJS.Timeout = undefined;
timer: any = undefined;
private actionsVisibility: { [key: string]: string } = {};
public actionBar: ActionContainer;

Expand Down

0 comments on commit 7c22493

Please sign in to comment.