We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2f1e1 commit a9a64deCopy full SHA for a9a64de
src/features/projects/domain/ProjectRepository.ts
@@ -24,7 +24,7 @@ export default class ProjectRepository implements IProjectRepository {
24
}
25
try {
26
return ZodJSONCoder.decode(ProjectSchema.array(), string)
27
- } catch (_err) { // swallow decode errors and treat as missing cache
+ } catch { // swallow decode errors and treat as missing cache
28
return undefined
29
30
0 commit comments