fix: no more support for WS2P
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {Conf, ConfWWMeta} from "../../types/conf";
|
||||
import {urlWatcher, UrlWatcherResult} from '../abstract/url-watcher'
|
||||
import {moment} from "duniter/app/lib/common-libs/moment";
|
||||
import * as moment from 'moment'
|
||||
|
||||
function handleLateness(confHead: ConfWWMeta, data: WWMetaJson) {
|
||||
const diff = Math.round(Date.now()/1000 - data.now)
|
||||
|
||||
Reference in New Issue
Block a user