chore(backend): Verander API call logging niveau
Als de Dwengo API fouten geeft, dan hoeft dit maar als warning afgehandeld worden, niet als error.
This commit is contained in:
parent
74ecd34538
commit
57a16acbdd
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ export async function fetchLearningPaths(
|
|||
);
|
||||
|
||||
if (!learningPaths || learningPaths.length === 0) {
|
||||
logger.error(`⚠️ WARNING: No learning paths found for ${source}.`);
|
||||
logger.warn(`⚠️ WARNING: No learning paths found for ${source}.`);
|
||||
return {
|
||||
success: false,
|
||||
source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue