Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaalmeida committed Mar 21, 2024
1 parent e33ee51 commit 0487b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/resolvers/Queries/CostCenters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const costCenters = {
})

/* MasterData client returns empty string when it doesn't find the document */
if (result as unknown as string !== '') {
if ((result as unknown as string) !== '') {
result.addresses = await addMissingAddressIds(result, ctx)
}

Expand Down

0 comments on commit 0487b51

Please sign in to comment.