Skip to content

Fix new matched aliases population#239

Draft
felix-lipski wants to merge 26 commits intodevfrom
fix-new-matched-aliases-population
Draft

Fix new matched aliases population#239
felix-lipski wants to merge 26 commits intodevfrom
fix-new-matched-aliases-population

Conversation

@felix-lipski
Copy link
Copy Markdown
Collaborator

No description provided.

@felix-lipski felix-lipski force-pushed the fix-new-matched-aliases-population branch from 7fd95d6 to e5972c4 Compare July 11, 2024 21:11
@@ -104,10 +104,11 @@ export const IdentifyAliasesScreenInvoice = () => {
useEffect(() => {
if (isSuccess) {
if (processedInvoice) {
Copy link
Copy Markdown
Collaborator

@michalstruck michalstruck Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will always be true - if the type is right. An empty object is truthy. I know it wasn't added here but it's your change that I didn't review that well hehe

newMatched[record.id] = { price_per_unit, quantity, product_id };
}

console.log({ newMatched, resolvedAliases });
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delet dis

Copy link
Copy Markdown
Collaborator

@michalstruck michalstruck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left some comments

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, so the convention has been for the -response.json files to contain the raw azure response, not the edge function response, maybe let's rename it somehow

@felix-lipski felix-lipski force-pushed the fix-new-matched-aliases-population branch from b74b67e to e627fdb Compare August 27, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants