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

Chainmail: patching line of debugging code #866

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Conversation

cool-ant
Copy link
Member

I mistakenly included a debugging line I meant to revert before the PR. It got missed and committed by mistake. This just reverses that line.

@@ -20,7 +20,7 @@ export const App = () => {
const init = async () => {
await supervisor.onLoaded();
supervisor.preLoadPlugins([{ service: "branding" }]);
setTimeout(getNetworkName, 1500);
await getNetworkName();
Copy link
Member

Choose a reason for hiding this comment

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

If I understood your other comment correctly, await here was not working at some point.
But I assume from this change that it is now working, yeah?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

@cool-ant cool-ant merged commit 13fb8f4 into main Sep 27, 2024
4 checks passed
@cool-ant cool-ant deleted the mm/chainmail-rename-patch branch September 27, 2024 14:07
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