Commit f1c4d29
committed
Removes unused setProjects function from context
Eliminates the unused setProjects function from the ProjectsContext
to simplify the context structure and remove unnecessary code.
This enhances maintainability and reduces potential confusion.
Removes unused setProjects function from context
Simplifies the ProjectsContext by removing the unused setProjects function. This improves maintainability, reduces potential confusion, and eliminates unnecessary code.
Adds a warning log to ProjectRepository for better debugging when cached project decoding fails.1 parent a9a64de commit f1c4d29
File tree
3 files changed
+1
-3
lines changed- src
- common/context
- features/projects
- domain
- view
3 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments