Skip to content

Commit

Permalink
Run make grpc. (#11883)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger authored Apr 13, 2022
1 parent 3da9976 commit e36891a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/client/proto/authservice.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions api/client/proto/authservice.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1646,9 +1646,6 @@ service AuthService {
// CreateSessionTracker creates a new session tracker resource.
rpc CreateSessionTracker(CreateSessionTrackerRequest) returns (types.SessionTrackerV1);

// UpsertSessionTracker upserts a session tracker resource.
rpc UpsertSessionTracker(types.SessionTrackerV1) returns (google.protobuf.Empty);

// GetSessionTracker fetches a session tracker resource.
rpc GetSessionTracker(GetSessionTrackerRequest) returns (types.SessionTrackerV1);

Expand Down

0 comments on commit e36891a

Please sign in to comment.