Skip to content

Commit

Permalink
tmp: address pr reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-schlecker committed Jan 16, 2025
1 parent bf5445f commit 2d68a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/main.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ service SnowballR {

rpc GetProjectPaperById (Id) returns (Project.Paper);
rpc GetAllProjectPapersForProject (Id) returns (Project.Paper.List);
rpc AddProjectToPaper (Project.Paper.Add) returns (Project.Paper);
rpc AddPaperToProject (Project.Paper.Add) returns (Project.Paper);
// Update the project paper with the given id using the provided data. Only
// specified fields will be updated.
rpc UpdateProjectPaper (Project.Paper.Update) returns (Project.Paper);
Expand Down

0 comments on commit 2d68a56

Please sign in to comment.