- Notifications
You must be signed in to change notification settings - Fork928
chore: implement cli list organization members#13555
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Emyrk commentedJun 12, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
b64c69b
todfded68
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
all stacks look good so far and make sense to me
OrganizationID: uuid.UUID{}, | ||
}) | ||
if err != nil { | ||
// We are missing the display names, but that is not absolutely required. So just |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Are we expecting an error here? I see wecan do without it, but I wonder if we should instead of just presenting the error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'll return the error 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Just unfortunate we can block api calls on this kind of error. Would be nice if we could return some sort of "warning" instead. I'll return an error though as that is what we usually do for failed db calls.
c757e52
to45d4ff7
Comparedfded68
to1b3a9b7
Compare45d4ff7
to08e4131
Comparee605d37
tod23e335
Compare08e4131
toce4b854
Compared23e335
to9c1fda7
Compare9c1fda7
to0012858
Compared0fc81a
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.