Skip to content

Commit

Permalink
Exact Alignment with Ceasn URI Transform is an array
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristin committed Mar 14, 2019
1 parent a44acdf commit b9a1a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/c-adapter/ceasn/ceasn.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function cassFrameworkAsCeasn() {
c["ceasn:exactAlignment"] = [c["ceasn:exactAlignment"], c["@id"]];
}
else
c["ceasn:exactAlignment"] = c["@id"];
c["ceasn:exactAlignment"] = [c["@id"]];
}
competencies[k]["@id"] = ceasnExportUriTransform(competencies[k]["@id"], f["@id"]);
results.push(competencies[k]);
Expand Down

0 comments on commit b9a1a37

Please sign in to comment.