teller accepts multi token in tokens.txt
Some checks failed
cicd / ci (push) Failing after 17s

This commit is contained in:
Bel LaPointe
2025-05-23 23:00:09 -06:00
parent 5e61378d63
commit 929d15c5b7
5 changed files with 19 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ type Account struct {
} `json:"institution"`
Name string `json:"last_four"`
Account string `json:"id"`
Token string `json:"-"`
}
type Transaction struct {