Skip to content

Commit

Permalink
Remove accidental addition to authservice.proto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Apr 11, 2022
1 parent 30155e8 commit 0e82d90
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 0e82d90

Please sign in to comment.