Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: do not expose repo
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 12, 2020
1 parent 8665317 commit b4c4478
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit b4c4478

Please sign in to comment.