mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
Remove todo comment
This commit is contained in:
parent
286747c23c
commit
e339e730f4
@ -40,7 +40,6 @@ export class IDBLogger extends BaseLogger {
|
|||||||
private readonly _flushInterval: Interval;
|
private readonly _flushInterval: Interval;
|
||||||
private _queuedItems: QueuedItem[];
|
private _queuedItems: QueuedItem[];
|
||||||
|
|
||||||
// todo: type constructor
|
|
||||||
constructor(options: {name: string, flushInterval?: number, limit?: number, platform: Platform}) {
|
constructor(options: {name: string, flushInterval?: number, limit?: number, platform: Platform}) {
|
||||||
super(options);
|
super(options);
|
||||||
const {name, flushInterval = 60 * 1000, limit = 3000} = options;
|
const {name, flushInterval = 60 * 1000, limit = 3000} = options;
|
||||||
|
Loading…
Reference in New Issue
Block a user