Skip to content

Conversation

patrick-tolosa
Copy link
Contributor

@patrick-tolosa patrick-tolosa commented Feb 28, 2021

Pull request for @Cloudinary/Base

What does this PR solve?

This PR is based on #357 (The build currently fails due to a compilation error)

All of the public properties have setters.
These properties should not be 'read' after set (or at least it's not specced that way), this PR removes the public properties by changing them to private.

@patrick-tolosa patrick-tolosa requested review from strausr and a user February 28, 2021 14:50
private extension: string;
private signature: string;
private suffix: string;
private storageType: string; // type upload/private
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update comment

@patrick-tolosa patrick-tolosa merged commit fff5328 into master Mar 1, 2021
@patrick-tolosa patrick-tolosa deleted the refactor/change-public-members-to-private branch March 1, 2021 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants