We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4819a44 commit f7e9ae9Copy full SHA for f7e9ae9
src/app/values/graph-resolvers/graph-resolvers.value.ts
@@ -20,7 +20,8 @@ export function GraphResolvers(
20
return data ? GraphMapper.toTeachingGraph(data) : null;
21
},
22
cds_year: () => {
23
- throw new Error('Function not implemented.');
+ console.error('Function not implemented.');
24
+ return null;
25
26
};
27
}
0 commit comments