From 2c494d9c52027d5f449f30ab3c749cd8287e0d06 Mon Sep 17 00:00:00 2001 From: my name Date: Tue, 4 Feb 2025 00:23:03 -0500 Subject: [PATCH] feat: add fetch to handlers --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 0c06be2..3a070f3 100644 --- a/index.js +++ b/index.js @@ -117,7 +117,8 @@ function bootstrapContext(db, structureId, routeId, initContext) { model.createLog(db, structureId, routeId, s); }, }, - vapidPublicKey: vapidPublicKey + vapidPublicKey: vapidPublicKey, + fetch: fetch }); for (let appDb of dbs) { let dbInstance = model.getDbInstance(appDb.id);