refactor(projects): rename getProjects with getProjectsWithSessions

This commit is contained in:
Haileyesus
2026-04-24 19:08:27 +03:00
parent 18e5a88c48
commit c412aac8fb
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
export {
createProjectsSnapshot,
generateDisplayName,
getProjects,
getProjectsWithSessions,
writeSnapshot,
} from './services/projects.service.js';