mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Update GitLab errors
The compiler is happy now.... Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
@@ -27,7 +27,7 @@ func NewWidget(app *tview.Application, pages *tview.Pages, settings *Settings) *
|
||||
settings: settings,
|
||||
}
|
||||
|
||||
widget.gitlabClient = gitlab.NewClient(nil, settings.apiKey)
|
||||
widget.gitlabClient, _ = gitlab.NewClient(settings.apiKey)
|
||||
|
||||
widget.SetRenderFunction(widget.Render)
|
||||
widget.initializeKeyboardControls()
|
||||
|
||||
Reference in New Issue
Block a user