Skip to content

Commit 44502f8

Browse files
committed
chore: fix OCLUtils last version
1 parent 5035b57 commit 44502f8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

eln/libs/OCLUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import OCL from 'openchemlib';
22

3-
import * as OCLUtils from '../../../../../../../../lib/openchemlib-utils/8.15.1/openchemlib-utils';
3+
import * as OCLUtils from '../../../../../../../../lib/openchemlib-utils/8.15.1/openchemlib-utils.umd';
44

55
export { OCL, OCLUtils };

eln/sampleMigrations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ function migrateIupac(sample) {
8787
* @param {object} sample - The sample object to migrate
8888
*/
8989
function updateSample(sample) {
90-
debugger;
9190
migrateSequence(sample);
9291
migrateTGAZones(sample);
9392
migrateIupac(sample);

0 commit comments

Comments
 (0)