Skip to content

Commit

Permalink
Lint cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhelchel committed Jan 19, 2024
1 parent de85e71 commit ae340cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ handlers['simplefin-accounts-link'] = async function ({
}) {
let id;

let institution = {
const institution = {
name: externalAccount.institution ?? 'Unknown',
};

Expand Down

0 comments on commit ae340cd

Please sign in to comment.