mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
fix ts errors
This commit is contained in:
parent
8526461d3c
commit
3adb2c3254
@ -67,7 +67,7 @@ export class NullLogItem implements ILogItem {
|
||||
log(): ILogItem {
|
||||
return this;
|
||||
}
|
||||
set(): void {}
|
||||
set(): ILogItem { return this; }
|
||||
|
||||
runDetached(_: LabelOrValues, callback: LogCallback<unknown>): ILogItem {
|
||||
new Promise(r => r(callback(this))).then(noop, noop);
|
||||
|
Loading…
Reference in New Issue
Block a user