Skip to content

Commit

Permalink
Return early from SimpleFIN /transactions if the account needs attent…
Browse files Browse the repository at this point in the history
…ion (#413)
  • Loading branch information
jpetso authored Aug 11, 2024
1 parent b74f0f2 commit eec5fbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app-simplefin/app-simplefin.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ app.post(
'The account needs your attention at <a href="https://bridge.simplefin.org/auth/login">SimpleFIN</a>.',
},
});
return;
}

const response = {};
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/413.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [jpetso]
---

Return early from SimpleFIN /transactions if the account needs attention

0 comments on commit eec5fbb

Please sign in to comment.