[WEB-5128] refactor: remove local database dependencies and unused code (#8109)

This commit is contained in:
Prateek Shourya 2025-11-13 18:32:15 +05:30 committed by GitHub
parent 64f90b828b
commit 80670b2b3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 36 additions and 6242 deletions

View file

@ -77,8 +77,6 @@ export const WORKSPACE_STATES = (workspaceSlug: string) => `WORKSPACE_STATES_${w
export const WORKSPACE_SIDEBAR_PREFERENCES = (workspaceSlug: string) =>
`WORKSPACE_SIDEBAR_PREFERENCES_${workspaceSlug.toUpperCase()}`;
export const WORKSPACE_DB = (workspaceSlug: string) => `WORKSPACE_DB_${workspaceSlug.toUpperCase()}`;
export const PROJECT_GITHUB_REPOSITORY = (projectId: string) => `PROJECT_GITHUB_REPOSITORY_${projectId.toUpperCase()}`;
// cycles