Skip to content

Commit 2e62f5a

Browse files
authored
Merge pull request #23 from ready-to-review/rob_pike
Simplify overly complicated Go code
2 parents 40fd258 + 95ed843 commit 2e62f5a

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)