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: prevents incorrectly removing idx message duplicates #1446

Merged
merged 4 commits into from
Aug 17, 2023

Conversation

jaredperreault-okta
Copy link
Contributor

No description provided.

@jaredperreault-okta jaredperreault-okta changed the base branch from master to 7.4 August 10, 2023 22:07
@@ -812,7 +812,7 @@ const config = {
};

const authClient = new OktaAuth(config);
const tokens = await authClient.token.getWithoutPrompt();
const { tokens } = await authClient.token.getWithoutPrompt();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolves #1407

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

4 participants