diff --git a/src/lib/watchers/webdiff/webdiff-watcher.ts b/src/lib/watchers/webdiff/webdiff-watcher.ts index e092e8f..6e7d84b 100644 --- a/src/lib/watchers/webdiff/webdiff-watcher.ts +++ b/src/lib/watchers/webdiff/webdiff-watcher.ts @@ -1,11 +1,8 @@ import {watcherLoop} from "../../watcherLoop"; -import {Conf, ConfBMA, ConfWebDiff} from "../../types/conf"; +import {Conf, ConfWebDiff} from "../../types/conf"; import Axios from "axios"; import {mail} from "../../mail"; import {diffChars} from "diff"; -import * as fs from "fs"; -import * as path from "path"; -import {moment} from "duniter/app/lib/common-libs/moment"; export function webDiffWatcher(conf: Conf) {