Skip to content

Commit

Permalink
fix(nfe): simplify operation assignment logic in NfeWebServices
Browse files Browse the repository at this point in the history
  • Loading branch information
CayoPOliveira committed Jan 24, 2025
1 parent cc969e3 commit bb9a162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfe/nfe/webServices/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ export class NfeWebServices {
operation = { distNSU };
} else if (consNSU) {
operation = { consNSU };
} else if (consChNFe) {
} else {
operation = { consChNFe };
}

Expand Down

0 comments on commit bb9a162

Please sign in to comment.