Skip to content

Commit

Permalink
Add resource_id
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 11, 2024
1 parent d1b7c92 commit 800328d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/engine/src/providers/plaid/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export const transformAccount = ({
logo: getLogoURL(institution.id),
provider: Providers.Enum.plaid,
},
resource_id: null,
};
};

Expand Down
1 change: 1 addition & 0 deletions apps/engine/src/providers/teller/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export const transformAccount = ({
institution: transformInstitution(institution),
type: getType(type),
balance: transformAccountBalance(balance),
resource_id: null,
};
};

Expand Down

0 comments on commit 800328d

Please sign in to comment.