icn3d 3.36.2 → 3.36.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/icn3d.js CHANGED
@@ -56268,8 +56268,8 @@ class BcifParser {
56268
56268
  // Iterate through every row in the table
56269
56269
  let db2Size = database_2.rowCount ;
56270
56270
  for (let i = 0; i < db2Size; ++i) {
56271
- let db_id = database_2.getColumn("database_id").getString(0);
56272
- let db_code = database_2.getColumn("database_code").getString(0);
56271
+ let db_id = database_2.getColumn("database_id").getString(i);
56272
+ let db_code = database_2.getColumn("database_code").getString(i);
56273
56273
 
56274
56274
  if(db_id == "EMDB") {
56275
56275
  emd = db_code;