Skip to content

Commit 2408640

Browse files
Add optional back
1 parent dbc198f commit 2408640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/viam/app/v1/app.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ message GetRobotPartLogsRequest {
651651
message GetRobotPartLogsResponse {
652652
repeated common.v1.LogEntry logs = 1;
653653
string next_page_token = 2;
654-
string previous_page_token = 3;
654+
optional string previous_page_token = 3;
655655
}
656656

657657
message TailRobotPartLogsRequest {

0 commit comments

Comments
 (0)