Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/proto/FunctionRpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ message RpcFunctionMetadata {
// Properties for function metadata
// They're usually specific to a worker and largely passed along to the controller API for use
// outside the host
map<string,string> Properties = 16;
map<string,string> properties = 16;
}

// Host tells worker it is ready to receive metadata
Expand Down