mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix Errors in azuredevops and devto modules
azuredevops had a error due to cli being a pointer to interface rather than interface. devto module's `widget.articles` and `displayArticles` data type changed to `devto.ListedArticles`.
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
type Widget struct {
|
||||
view.TextWidget
|
||||
cli *azrBuild.Client
|
||||
cli azrBuild.Client
|
||||
settings *Settings
|
||||
displayBuffer string
|
||||
ctx context.Context
|
||||
|
||||
Reference in New Issue
Block a user