perf: add async
This commit is contained in:
		| @@ -37,7 +37,7 @@ export class NotificationComponent { | ||||
|  | ||||
|   private startProgress(duration: number): void { | ||||
|     const interval: number = duration / 100; | ||||
|     const progressInterval = setInterval(() => { | ||||
|     const progressInterval = setInterval(async () => { | ||||
|       this.progress--; | ||||
|       if (this.progress === 0) { | ||||
|         clearInterval(progressInterval); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user