Skip to content

Commit

Permalink
fix repeated type
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Aug 12, 2024
1 parent 956211e commit da730f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buf/registry/module/v1beta1/upload_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ message UploadErrorDetails {
}
// This contains the dep_refs that the server is unable to find. This is populated
// when a non-found error is returned by the server.
repeated string not_found_dep_refs = 1;
repeated DepRef not_found_dep_refs = 1;
}

0 comments on commit da730f2

Please sign in to comment.