[Plugins] Remove hash-updating TODO, as it is done
This commit is contained in:
parent
46487d2aee
commit
c9aeefe419
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue