Skip to content

Commit 95ed843

Browse files
committed
More Go code simplification
1 parent 40fd258 commit 95ed843

File tree

3 files changed

+91
-319
lines changed

3 files changed

+91
-319
lines changed

cmd/goose/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ func (app *App) fetchTurnDataAsync(ctx context.Context, issues []*github.Issue,
618618
if app.menuInitialized {
619619
// Only trigger menu update if PR data actually changed
620620
if actualChanges > 0 {
621-
app.updateMenuIfChanged(ctx)
621+
app.updateMenu(ctx)
622622
}
623623
}
624624
}

0 commit comments

Comments
 (0)