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

Changed logic for initial paranet sync validation #3378

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

u-hubar
Copy link
Member

@u-hubar u-hubar commented Oct 30, 2024

No description provided.

@u-hubar u-hubar self-assigned this Oct 30, 2024
@u-hubar u-hubar merged commit 96bb502 into v8/develop Oct 30, 2024
@u-hubar u-hubar deleted the v8/fix/paranet-sync-validation branch October 30, 2024 12:58
// eslint-disable-next-line no-unsafe-optional-chaining
for (const paranetUAL of this.config.assetSync?.syncParanets ?? []) {
const syncParanets =
this.config.assetSync && this.config.assetSync.syncParanets
Copy link
Collaborator

Choose a reason for hiding this comment

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

This coul just be this.config.assetSync?.syncParanets

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