Skip to content

Commit

Permalink
fix: go sec and lint; 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinezAvellan committed Oct 18, 2024
1 parent 707be65 commit 4d22c8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/ledger/internal/app/command/create-account.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ func (uc *UseCase) CreateAccount(ctx context.Context, organizationID, ledgerID,
cai.Name = cai.AssetCode + " " + cai.Type + " account"
}

if common.IsNilOrEmpty(cai.Alias) {
cai.Alias = nil
}

var status a.Status
if cai.Status.IsEmpty() {
status = a.Status{
Expand Down

0 comments on commit 4d22c8c

Please sign in to comment.