Skip to content

Commit 51ede2f

Browse files
authored
Update dataHelpers.ts
changed console.error to console.log
1 parent 4d59e51 commit 51ede2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/routes/dataHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const mongoFetch = async (
3737
result = [{ [serviceName]: result }];
3838
return result;
3939
} catch (error) {
40-
console.error('Aggregation error in mongoFetch(): ', error);
40+
console.log('Aggregation error in mongoFetch(): ', error);
4141
}
4242
};
4343

0 commit comments

Comments
 (0)