[Plugins] Remove hash-updating TODO, as it is done

This commit is contained in:
Beef 2023-02-16 02:17:38 +00:00
parent 46487d2aee
commit c9aeefe419

View file

@ -3,8 +3,6 @@ import { awaitSyncWrapper, createMMKVBackend, createStorage, wrapSync } from "@l
import safeFetch from "@utils/safeFetch";
import logger from "@lib/logger";
// TODO: Properly implement hash-based updating
type EvaledPlugin = {
onLoad?(): void;
onUnload(): void;