diff --git a/src/core/index.js b/src/core/index.js index 6e6ffcae8d..348b63f6da 100644 --- a/src/core/index.js +++ b/src/core/index.js @@ -53,8 +53,7 @@ async function create (options) { repo }), dns: Components.dns(), - isOnline: Components.isOnline({}), - repo + isOnline: Components.isOnline({}) }, async () => { throw new NotInitializedError() }) // eslint-disable-line require-await if (await repo.isInitialized()) {