Skip to content

Commit

Permalink
Update vela/queue.go
Browse files Browse the repository at this point in the history
Co-authored-by: dave vader <[email protected]>
  • Loading branch information
timhuynh94 and plyr4 authored Sep 25, 2023
1 parent 5a5ed9d commit e6cef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vela/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "github.com/go-vela/types/library"
type QueueService service

// GetQueueCreds fetches queue credentials based valid registration token.
func (qvc *QueueService) GetQueueCreds() (*library.QueueInfo, *Response, error) {
func (qvc *QueueService) GetInfo() (*library.QueueInfo, *Response, error) {
// set the API endpoint path we send the request to
url := "/api/v1/queue/info"

Expand Down

0 comments on commit e6cef24

Please sign in to comment.