mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 09:11:03 +00:00
fix: Remove Maybe from import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Maybe, Types } from '@dotstats/common';
|
||||
import { Types } from '@dotstats/common';
|
||||
|
||||
export function blockAverage(blockTimes: Array<number>): Types.Milliseconds {
|
||||
let count = 0;
|
||||
|
||||
Reference in New Issue
Block a user