feat: add fetch to handlers

This commit is contained in:
my name 2025-02-04 00:23:03 -05:00
parent 91c1d30674
commit 2c494d9c52

View file

@ -117,7 +117,8 @@ function bootstrapContext(db, structureId, routeId, initContext) {
model.createLog(db, structureId, routeId, s); model.createLog(db, structureId, routeId, s);
}, },
}, },
vapidPublicKey: vapidPublicKey vapidPublicKey: vapidPublicKey,
fetch: fetch
}); });
for (let appDb of dbs) { for (let appDb of dbs) {
let dbInstance = model.getDbInstance(appDb.id); let dbInstance = model.getDbInstance(appDb.id);