Skip to content

Commit

Permalink
fix: typo in status
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohansen committed Dec 22, 2023
1 parent a38733f commit 05f8d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/nordigen/nordigen.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func BulkReader(cfg ynabber.Config) (t []ynabber.Transaction, err error) {
// Handle expired, or suspended accounts by recreating the
// requisition.
switch accountMetadata.Status {
case "EXPIRED", "SUSPENDED ":
case "EXPIRED", "SUSPENDED":
log.Printf(
"Account: %s is %s. Going to recreate the requisition...",
account,
Expand Down

0 comments on commit 05f8d35

Please sign in to comment.