fix #228 removed setTimeout and used ngOnInit#235
Open
TerranceKhumalo-absa wants to merge 3 commits intodevelopfrom
Open
fix #228 removed setTimeout and used ngOnInit#235TerranceKhumalo-absa wants to merge 3 commits intodevelopfrom
TerranceKhumalo-absa wants to merge 3 commits intodevelopfrom
Conversation
|
Kudos, SonarCloud Quality Gate passed!
|
korel-san
reviewed
Feb 23, 2023
|
|
||
| setTimeout(() => { | ||
|
|
||
| this.updateState({ |
Contributor
There was a problem hiding this comment.
@TerranceKhumalo-absa I would recommend investigating why the developer called 2 times this.updateState (and the second time he used setTimeout) for a better understanding of how to refactor this code correctly.
korel-san
reviewed
Feb 23, 2023
| graphLoadingProcessing: ProcessingStoreNs.eventProcessingStart(this.state.graphLoadingProcessing) | ||
| }) | ||
|
|
||
| setTimeout(() => { |
korel-san
suggested changes
Feb 23, 2023
Contributor
korel-san
left a comment
There was a problem hiding this comment.
Pls, rework code after removal setTimeout
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.0) Updates `express` from 4.18.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.18.2...4.21.0) --- updated-dependencies: - dependency-name: send dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
f1faab3 to
4a46843
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.











Removed setTimeout to initialize the values on ngOnInit instead.