Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
chore: remove obsolete comments API
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiyan committed Dec 4, 2023
1 parent 8126d47 commit 2792ffb
Show file tree
Hide file tree
Showing 37 changed files with 47 additions and 2,708 deletions.
9 changes: 0 additions & 9 deletions backend/daemon/api/accounts/v1alpha/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,6 @@ func getDelegation(ctx context.Context, me core.Identity, blobs *hyper.Storage)
return out, nil
}

func (srv *Server) getDelegation(ctx context.Context) (cid.Cid, error) {
me, err := srv.getMe()
if err != nil {
return cid.Undef, err
}

return getDelegation(ctx, me, srv.blobs)
}

// UpdateProfile implements the corresponding gRPC method.
func (srv *Server) UpdateProfile(ctx context.Context, in *accounts.Profile) (*accounts.Account, error) {
me, err := srv.getMe()
Expand Down
343 changes: 0 additions & 343 deletions backend/daemon/api/documents/v1alpha/comments.go.off

This file was deleted.

Loading

0 comments on commit 2792ffb

Please sign in to comment.