Skip to content

Commit 0b7249e

Browse files
kfranqueirodeniak
andcommitted
Remove unused patentPolicy variable
Co-authored-by: Denis Ah-Kang <1696128+deniak@users.noreply.github.com>
1 parent bd675fa commit 0b7249e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/specberus-wrapper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ SpecberusWrapper.validate = async (url, stateMetadata) => {
2222
let specberusProfile;
2323

2424
const profile = stateMetadata.get('profile');
25-
const patentPolicy = stateMetadata.get('patentPolicy');
2625
if (
2726
['WD', 'CR', 'CRD'].includes(profile) ||
2827
(profile === 'REC' && stateMetadata.get('recCandidateAmendments'))

0 commit comments

Comments
 (0)