Skip to content

Commit

Permalink
fix(gebura): remove paging from ListGameSaveFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabing010102 committed Nov 20, 2023
1 parent 9570ebc commit 437513a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions proto/librarian/sephirah/v1/gebura.proto
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,15 @@ message DownloadGameSaveFileResponse {
}

message ListGameSaveFilesRequest {
librarian.v1.PagingRequest paging = 1;
librarian.v1.InternalID app_package_id = 2;
librarian.v1.InternalID app_package_id = 1;
}

message ListGameSaveFilesResponse {
message Result {
FileMetadata file = 1;
bool pinned = 2;
}
librarian.v1.PagingResponse paging = 1;
repeated Result results = 2;
repeated Result results = 1;
}

message RemoveGameSaveFileRequest {
Expand Down

0 comments on commit 437513a

Please sign in to comment.