From c9aeefe41907130cc6ee6422e3abd3d133a15b49 Mon Sep 17 00:00:00 2001 From: Beef Date: Thu, 16 Feb 2023 02:17:38 +0000 Subject: [PATCH] [Plugins] Remove hash-updating TODO, as it is done --- src/lib/plugins.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/plugins.ts b/src/lib/plugins.ts index 7ebdac0..3c0eddf 100644 --- a/src/lib/plugins.ts +++ b/src/lib/plugins.ts @@ -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;