Skip to content

Commit

Permalink
chore: A bit of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 7, 2024
1 parent 45e7acd commit 81c74d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ const action: ActionType<TaskArgs> = async ({
throw new Error(`An error occurred while verifying OApp OmniGraph: ${error}`)
}

// The only thing this task does is it uses the provided arguments
// to compile a list of OmniTransactions
try {
return await configurator(graph, oappFactory)
} catch (error) {
Expand Down

0 comments on commit 81c74d4

Please sign in to comment.