Skip to content

Commit

Permalink
feat: Remove getProductsByVersion call.
Browse files Browse the repository at this point in the history
It appears to be unused

[#OCD-4269]
  • Loading branch information
kekey1 committed Jul 29, 2023
1 parent 6bbd7c4 commit 025ee77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/services/network.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,6 @@ export default class NetworkService {
return this.apiGET(`/products?developerId=${developerId}`);
}

getProductsByVersion(versionId, editable) {
return this.apiGET(`/certified_products?versionId=${versionId}&editable=${editable}`);
}

getQmsStandards() {
return this.apiGET('/qms-standards');
}
Expand Down

0 comments on commit 025ee77

Please sign in to comment.