Skip to content

Commit 7262366

Browse files
Merge pull request #320 from code0-tech/feat/changes-to-node-execution-result
feat: changed function_id to function_identifier in NodeExecutionResult
2 parents e47410e + b4f074d commit 7262366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/shared/shared.execution_result.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ message NodeExecutionResult {
1515

1616
oneof id {
1717
int64 node_id = 1;
18-
int64 function_id = 2;
18+
string function_identifier = 2;
1919
}
2020

2121
int64 started_at = 3;

0 commit comments

Comments
 (0)