Update logging
This commit is contained in:
parent
def602c05e
commit
810a333429
39 changed files with 85 additions and 139 deletions
|
|
@ -284,7 +284,7 @@ export const updateUserVisualization = async (
|
|||
});
|
||||
} catch (e) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log({ e });
|
||||
console.error({ e });
|
||||
}
|
||||
|
||||
return id;
|
||||
|
|
@ -620,7 +620,6 @@ export const performZammadQuery = async (searchQuery: any, limit: number) => {
|
|||
hits: { hits },
|
||||
} = dataResponse.body;
|
||||
const results = hits.map((hit: any) => {
|
||||
console.log(hit);
|
||||
return {
|
||||
...hit._source,
|
||||
id: hit._id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue