Skip to content

Commit

Permalink
fix: delegation approver functions (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Oct 25, 2024
1 parent 4af04b1 commit 79add35
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 168 deletions.
2 changes: 1 addition & 1 deletion pkg/internal/common/flags/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var (

ExpiryFlag = cli.Int64Flag{
Name: "expiry",
Aliases: []string{"e"},
Aliases: []string{"exp"},
Usage: "expiry in seconds",
EnvVars: []string{"EXPIRY"},
Value: 3600,
Expand Down
167 changes: 0 additions & 167 deletions pkg/operator/get_approval.go

This file was deleted.

Loading

0 comments on commit 79add35

Please sign in to comment.