Skip to content

Commit

Permalink
pass endpoint in options.New()
Browse files Browse the repository at this point in the history
  • Loading branch information
dphilla committed Feb 25, 2024
1 parent 3f5f59c commit f8302d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/v1/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func New(controller *controller.Controller, device *device.Device, github *githu
github: github,
google: google,
magic: magic,
endpoint: endpoint,
defaultNextURL: defaultNextURL,
}
}
Expand Down

0 comments on commit f8302d9

Please sign in to comment.