Skip to content

Commit

Permalink
remove 401(K) PLAN from account note. Fixes multifol-io/multifol.io#16
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Aug 12, 2024
1 parent befc051 commit e2d7ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Models/Importer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ private static async Task<List<Account>> ImportVanguard(IAsyncEnumerator<string[
newAccount = new(familyData)
{
Custodian = "Vanguard",
Note = planName
Note = planName.Replace(" 401(K) PLAN", "")
};
importedAccounts.Add(newAccount);
}
Expand Down

0 comments on commit e2d7ef2

Please sign in to comment.