Skip to content

Commit 7cd8738

Browse files
committed
Merge branch 'publishing-rework-end-to-end' of https://github.com/fairdataihub/SODA-for-SPARC into publishing-rework-end-to-end
2 parents e0135fc + c1937aa commit 7cd8738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/src/scripts/guided-mode/guided-curate-dataset.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1934,8 +1934,8 @@ const savePageChanges = async (pageBeingLeftID) => {
19341934
throw errorArray;
19351935
}
19361936

1937-
console.log(contributors)
1938-
let piContributors = []
1937+
console.log(contributors);
1938+
let piContributors = [];
19391939
// Ensure at least one PI is assigned
19401940
for (const contributor of contributors) {
19411941
for (const role of contributor.conRole) {

0 commit comments

Comments
 (0)