From 8b8e15d51916ee4e5e337b371119d7cabbbfca47 Mon Sep 17 00:00:00 2001 From: MichaelVerdon Date: Wed, 26 Feb 2025 15:02:58 +0000 Subject: [PATCH] More Corrections --- packages/database/lib/modular/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/database/lib/modular/index.js b/packages/database/lib/modular/index.js index 251d1cf53a..9ab10b4b99 100644 --- a/packages/database/lib/modular/index.js +++ b/packages/database/lib/modular/index.js @@ -121,11 +121,7 @@ export function increment(delta) { } export function enableLogging(enabled, persistent) { - throw new Error("enableLogging() is not implemented"); -} - -export function off(query, eventType) { - throw new Error("off() is not implemented"); + throw new Error('enableLogging() is not implemented'); } export * from './query';