Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Corgi is not used by default #154

Open
zkochan opened this issue Apr 24, 2017 · 0 comments
Open

Corgi is not used by default #154

zkochan opened this issue Apr 24, 2017 · 0 comments

Comments

@zkochan
Copy link

zkochan commented Apr 24, 2017

Documentation says that

fullMetadata {Boolean} If true, don't attempt to fetch filtered ("corgi") registry metadata. (default: false)

So I assumed "corgi" is used by default. However, I checked and it does not work by default.

I looked into the code and found this line

var useCorgi = params.fullMetadata == null ? false : !params.fullMetadata

So where is the mistake? In the README or in the code?

(might be a duplicate of #153)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant