Skip to content

Commit

Permalink
Lint cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhelchel committed Jan 11, 2024
1 parent be208cc commit 74b9cc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/loot-core/src/server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,9 @@ handlers['simplefin-accounts-link'] = async function ({
let institution = externalAccount.institution;

if (institution == null) {
institution = {name: "Unknown"};
institution = {
name: 'Unknown',
};
}

const bank = await link.findOrCreateBank(
Expand Down

0 comments on commit 74b9cc0

Please sign in to comment.