Skip to content

Commit b4f074d

Browse files
committed
feat: changed function_id to function_identifier in NodeExecutionResult
1 parent e47410e commit b4f074d

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)