Skip to content

Commit

Permalink
remove unusing rss validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sshugsc committed Mar 28, 2024
1 parent 1a67141 commit 6526088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clinicaltrialsgov/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const CACHE = {};

const ajv = new Ajv();
const validateAPITrialRecord = ajv.compile(apiSpec);
const validateRssFeed = ajv.compile(rssSpec);


/**
Expand Down

0 comments on commit 6526088

Please sign in to comment.