build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / utils / FileUtils.ts
index d1d5d629ab575ba7f5b238896eba114624271275..ecb945bf40915841809270453428725cddf6b182 100644 (file)
@@ -21,7 +21,7 @@ export const watchJsonFile = <T extends JsonType>(
         });
       }
     }
-  }
+  },
 ): FSWatcher | undefined => {
   if (isNotEmptyString(file)) {
     try {