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

Updated tags data structure #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

dcam0050
Copy link

GetMembers method was failing due to a change in how tags are represented from an array of string into an array of {int, string}.

@warmans
Copy link
Contributor

warmans commented May 15, 2020

I'm not sure if this is quite right. For creating a member, you an still use a slice of strings. I don't know if you can also use a slice of objects without an IDs or something?

The fix I've been using is here:

#43

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.

None yet

2 participants