Skip to content

Commit

Permalink
Merge branch 'chore/build-push' of https://github.com/EchoSkorJjj/IS2…
Browse files Browse the repository at this point in the history
…13-Education-Helper into chore/build-push
  • Loading branch information
EchoSkorJjj committed Apr 27, 2024
2 parents ba059c1 + 759a8b6 commit d619d0e
Show file tree
Hide file tree
Showing 20 changed files with 111 additions and 5,993 deletions.
1 change: 1 addition & 0 deletions backend/complex/handle-temporary-contents/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ message RetrieveMultipleNotesByUserIdResponse {

message UpdateNoteRequest {
NotePreview notePreview = 1;
bool readyToView = 2;
}

message UpdateNoteResponse {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ func (s *Server) CommitTemporaryContents(ctx context.Context, req *htcPb.CommitT
Title: req.Title,
Topic: req.Topic,
},
ReadyToView: true,
}

_, err = notesClient.Stub.UpdateNote(ctx, notesStubPutReq)
Expand Down
Loading

0 comments on commit d619d0e

Please sign in to comment.