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

Fix token introspection example in README #408

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

mattkeeler
Copy link
Contributor

This fix was previously submitted by @joelhy but seems to have gotten reverted somehow.

if !rptResult.Active produces a build error: invalid operation: operator ! not defined on rptResult.Active (variable of type *bool)

Should be: if !*rptResult.Active

@Nerzal
Copy link
Owner

Nerzal commented Mar 21, 2023

Hi, thank you for fixing this (again) :)

@Nerzal Nerzal merged commit 6421072 into Nerzal:main Mar 21, 2023
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