Skip to content

Commit

Permalink
pass base to hey UI model
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Aug 29, 2023
1 parent 45a22aa commit 26245be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/cmd/hey/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func NewModel(ctx context.Context) (*Model, error) {

return &Model{
ctx: ctx,
base: base,
list: newListModel([]list.Item{}, 0, 0),
user: user,
spotifyClient: spotifyClient,
Expand Down

0 comments on commit 26245be

Please sign in to comment.