Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gloverkari committed Sep 28, 2023
1 parent 91de853 commit 3595d2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/server/adapter/ceasn/ceasn.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,6 @@ async function cassFrameworkAsCeasn() {
};
}
for (let c of competencies) {
if (!c) {
continue;
}
if (!c["@id"]) {
// URI does not reference a valid competency.
// For consistency with the data and possible debugging purposes, it should still be included in JSON-LD export
Expand Down

0 comments on commit 3595d2e

Please sign in to comment.