Fix Bug 2121: NG-UI uses unmaintained Chokidar version
[osm/NG-UI.git] / src / app / utilities / project-link / ProjectLinkComponent.ts
index 35c5b2c..5f956f2 100644 (file)
@@ -47,6 +47,7 @@ export class ProjectLinkComponent implements OnInit {
   /** Check the project is present for the user @public */
   public isPresent: boolean = false;
   /** Set timeout @private */
+  // eslint-disable-next-line @typescript-eslint/no-magic-numbers
   private timeOut: number = 10;
   /** Instance of the rest service @private */
   private restService: RestService;
@@ -77,5 +78,4 @@ export class ProjectLinkComponent implements OnInit {
       }, this.timeOut);
     });
   }
-
 }