refactor(daemon): simplify JSONL path comment (#734)
Removes unnecessary parenthetical explanation about possible JSONL file names since findJSONLPath() already encapsulates that logic. Co-authored-by: Charles P. Cross <cpdata@users.noreply.github.com>
This commit is contained in:
@@ -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