remove double status

This commit is contained in:
Asim Aslam
2021-10-26 17:37:29 +01:00
parent 2d80920c1e
commit f1fdbe13cd
3 changed files with 37 additions and 45 deletions

View File

@@ -119,8 +119,6 @@ message DescribeResponse {
Func function = 1;
// The time at which the function was updated
string updated_at = 2;
// The last known status of the function
string status = 3;
// The timeout for requests to the function
string timeout = 4;
string timeout = 3;
}