Remove dead listNoteSlugs() export #10
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-docs-app#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lineage
plan-pal-e-docs→ Phase 4 → Phase 4a (dead code cleanup)Repo
forgejo_admin/pal-e-appUser Story
As a developer
I want dead code removed
So that the codebase stays clean and doesn't confuse future contributors
Context
QA nit from PR #9:
listNoteSlugs()insrc/lib/api.tsis exported but never imported anywhere. It was replaced bygetCachedSlugs()insrc/lib/slugCache.tsduring the blocker fix.File Targets
src/lib/api.ts— removelistNoteSlugs()functionAcceptance Criteria
listNoteSlugs()removed fromsrc/lib/api.tslistNoteSlugsanywherenpm run check && npm run buildpassesTest Expectations
npm run check && npm run buildConstraints
Checklist
Closes #9-nit
Related
pal-e-docs— project