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

Corgi is not used by default #154

@zkochan

Description

@zkochan

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions