oops, use this map

This commit is contained in:
Braydon 2023-12-16 18:00:14 -05:00
parent fd45d8af02
commit 71af157e3a

@ -90,7 +90,7 @@ public class Document<V> {
} }
assert idKey != null; // We need an id key assert idKey != null; // We need an id key
if (rawDataField != null) { // We have a raw data field, set it if (rawDataField != null) { // We have a raw data field, set it
rawDataField.set(element, mappedData); rawDataField.set(element, toMappedData());
} }
this.idKey = idKey; // Set our id key this.idKey = idKey; // Set our id key