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);