Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented createFrom stream command and fixed bug with create permissions #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ddold
Copy link

@ddold ddold commented Feb 11, 2018

I implemented the createFrom method as I needed to use it. I followed the same style and format of your code.
I also noticed a bug when implementing the create permission. If the create byte value is set, it still does not enter the if statement. So instead of checking if its greater than 0, I reverse the check and see if its less than 0. I tested this when adding multiple permissions and just the create permission on its own and verify it works.

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.

1 participant