Skip to content

Commit

Permalink
doc: fix flowResult example (#3562)
Browse files Browse the repository at this point in the history
* doc: fix flowResult example

* back to JS

Co-authored-by: Egor Gorbachev <7gorbachevm@gmail.com>
  • Loading branch information
jimmyhchan and kubk authored Nov 5, 2022
1 parent a39ce7f commit 51a1338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ class Store {
const filteredProjects = somePreprocessing(projects)
this.state = "done"
this.githubProjects = filteredProjects
return projects
} catch (error) {
this.state = "error"
}
Expand Down

0 comments on commit 51a1338

Please sign in to comment.