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

Fix: Typescript Type Definition for Configuration.Options.secure_distribution type#27

Open
seibert-io wants to merge 2 commits intocloudinary:masterfrom
seibert-io:master
Open

Fix: Typescript Type Definition for Configuration.Options.secure_distribution type#27
seibert-io wants to merge 2 commits intocloudinary:masterfrom
seibert-io:master

Conversation

@seibert-io
Copy link

The Type definition for Configuration.Options.secure_distribution is wrong. Type definitions declare it as boolean | undefined

secure_distribution?: boolean;
, wheres Usage inline-docs and application behavior indicate it must be a string containing the cname to use, not just a boolean value.

See

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant