Skip to content

Conversation

@seefeldb
Copy link
Contributor

No description provided.

@seefeldb seefeldb requested review from Copilot and ubik2 April 15, 2025 22:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

* Promise resolved when the charm manager gets the charm list.
*/
ready: Promise<void>;
ready: Promise<any>;
Copy link

Copilot AI Apr 15, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider using a more specific type instead of 'any' for the 'ready' promise to maintain stronger type safety.

Suggested change
ready: Promise<any>;
ready: Promise<void[]>;

Copilot uses AI. Check for mistakes.
@seefeldb seefeldb merged this pull request into main Apr 15, 2025
5 checks passed
@seefeldb seefeldb deleted the doc-to-charms-in-charmsmanager branch April 15, 2025 22: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.

2 participants