Skip to content

Commit 1dd28fa

Browse files
committed
fix: omit empty next_page_token
1 parent 6b042fe commit 1dd28fa

File tree

3 files changed

+259
-255
lines changed

3 files changed

+259
-255
lines changed

proto/api/v1/memo_service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ message ListMemosResponse {
232232

233233
// A token, which can be sent as `page_token` to retrieve the next page.
234234
// If this field is omitted, there are no subsequent pages.
235-
string next_page_token = 2;
235+
optional string next_page_token = 2;
236236
}
237237

238238
message GetMemoRequest {

0 commit comments

Comments
 (0)