mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
Fix compilation error.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { Logger } from "./Logger";
|
||||
import { RangeParserError } from "./RangeParserError";
|
||||
|
||||
export type Range = {
|
||||
start: number;
|
||||
end: number;
|
||||
};
|
||||
import { Range } from "./Range";
|
||||
|
||||
const rangeRegEx = /bytes=([0-9]*)-([0-9]*)/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user