Skip to content

Commit

Permalink
fix acronym for CR draft
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Sep 6, 2022
1 parent 734a7d4 commit d010eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/specberus-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SpecberusWrapper.validate = (url, stateMetadata) =>
const profile = stateMetadata.get('profile');
const patentPolicy = stateMetadata.get('patentPolicy');
if (
['WD', 'CR', 'CRS'].includes(profile) ||
['WD', 'CR', 'CRD'].includes(profile) ||
(profile === 'REC' && stateMetadata.get('recCandidateAmendments'))
) {
specberusProfile = await import(
Expand Down

0 comments on commit d010eae

Please sign in to comment.