Skip to content

charmmanager: sync the cells, not the docs #1053

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

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

seefeldb
Copy link
Contributor

No description provided.

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

@Copilot 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.

@@ -121,32 +119,24 @@ export class CharmManager {
/**
* Promise resolved when the charm manager gets the charm list.
*/
ready: Promise<void>;
ready: Promise<any>;
Copy link
Preview

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 commit 6191694 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.

1 participant