Skip to content

Commit

Permalink
Merge pull request #1460 from Shelf-nu/error-tracking
Browse files Browse the repository at this point in the history
improvement: dont track nrm import permission error
  • Loading branch information
DonKoko authored Nov 26, 2024
2 parents ed368b1 + df9f80d commit 374ea7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/subscription.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export async function assertUserCanImportNRM({
"You are not allowed to import Non-registered members due to your current plan. Please upgrade to unlock this feature.",
additionalData: { organizationId },
label,
shouldBeCaptured: false,
});
}
}
Expand Down

0 comments on commit 374ea7e

Please sign in to comment.