Skip to content

Commit

Permalink
add link to vendors report
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoel committed Aug 9, 2023
1 parent 1c66c0b commit f035d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mirrorWatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,7 @@ async function queueDocumentJob(fullData: JsonObject, path: string) {
type: 'business-lookup',
config: {
'fl-business': bus['food-logiq-mirror'],
'link': `https://connect.foodlogiq.com/businesses/${CO_ID}/suppliers/detail/${item._id}/${COMMUNITY_ID}`,
},
}) as unknown as { result: {masterid: string}};
masterid = result?.masterid;
Expand Down

0 comments on commit f035d00

Please sign in to comment.