mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
Remove todo comment
This commit is contained in:
parent
34a8463bf9
commit
4704a70cb7
@ -18,7 +18,6 @@ limitations under the License.
|
||||
import {LogItem} from "./LogItem";
|
||||
import {LogLevel, LogFilter} from "./LogFilter";
|
||||
import type {FilterCreator, LabelOrValues, LogCallback, ILogItem} from "./LogItem";
|
||||
// todo: should this import be here just for getting the type? should it instead be done when Platform.js --> Platform.ts?
|
||||
import type {Platform} from "../platform/web/Platform.js";
|
||||
|
||||
type RunResult<T> = T | void | Promise<T | void>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user