Skip to content

Commit

Permalink
change func name for publishing results
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Jul 24, 2024
1 parent b856b4c commit 6877249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latch/executions.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def add_execution_results(results: List[str]):
$argToken: String!,
$argPaths: [String]!
) {
addExecutionResultsByToken(
executionInfoMetadataPublishResults(
input: {argToken: $argToken, argPaths: $argPaths}
) {
clientMutationId
Expand Down

0 comments on commit 6877249

Please sign in to comment.