Skip to content

Commit

Permalink
chore: remove unnecessary comment in GetFederationURL function
Browse files Browse the repository at this point in the history
Removed an unnecessary comment that described constructing the payload in the GetFederationURL function.
  • Loading branch information
bshutterkion committed Aug 23, 2024
1 parent 1f64657 commit 449b854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/kion/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ type URLRequest struct {

// GetFederationURL queries the Kion API to generate a federation URL.
func GetFederationURL(host string, token string, car CAR, accountAlias string) (string, error) {
// Construct the payload according to the expected format
data := URLRequest{
AccountID: car.AccountID,
AccountNumber: car.AccountNumber,
Expand Down

0 comments on commit 449b854

Please sign in to comment.