refactor(daemon): simplify JSONL path comment
Remove verbose parenthetical explanation from comment on line 73. The comment now reads '// Get the actual JSONL path' instead of '// Get the actual JSONL path (could be issues.jsonl, beads.base.jsonl, etc.)' This is a documentation cleanup with no functional changes.
This commit is contained in:
committed by
Steve Yegge
parent
61daa59fd0
commit
cd2e9ac5c8
@@ -70,7 +70,7 @@ func syncBranchCommitAndPushWithOptions(ctx context.Context, store storage.Stora
|
||||
}
|
||||
|
||||
// Sync JSONL file to worktree
|
||||
// Get the actual JSONL path (could be issues.jsonl, beads.base.jsonl, etc.)
|
||||
// Get the actual JSONL path
|
||||
jsonlPath := findJSONLPath()
|
||||
if jsonlPath == "" {
|
||||
return false, fmt.Errorf("JSONL path not found")
|
||||
|
||||
Reference in New Issue
Block a user