Skip to content

Fixed updated Api configs not building on the current state correctly#1423

Merged
matux merged 2 commits into
masterfrom
matux/api-bug
Nov 10, 2025
Merged

Fixed updated Api configs not building on the current state correctly#1423
matux merged 2 commits into
masterfrom
matux/api-bug

Conversation

@matux

@matux matux commented Nov 10, 2025

Copy link
Copy Markdown
Contributor

Description of the change

This PR fixes a bug in the Api.prototype.configure method where options were not being merged correctly due to an incorrect variable reference.

Type of change

  • Bug fix (non-breaking change that fixes an issue)

@matux matux requested a review from Copilot November 10, 2025 15:12
@matux matux self-assigned this Nov 10, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a bug in the Api.prototype.configure method where options were not being merged correctly due to an incorrect variable reference.

Key Changes:

  • Corrected variable name from this.oldOptions to this.options in the configure method to ensure proper merging of configuration options.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/api.js
@matux matux enabled auto-merge (squash) November 10, 2025 16:29
@matux matux merged commit 6a69fab into master Nov 10, 2025
6 checks passed
@matux matux deleted the matux/api-bug branch November 10, 2025 16:33
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.

3 participants