preliminary fix

This commit is contained in:
tyner 2023-06-15 16:31:06 -04:00
parent f79ac1992e
commit 5b598a9239
1 changed files with 2 additions and 1 deletions

View File

@ -905,7 +905,8 @@ public abstract class BaseHapiFhirDao<T extends IBaseResource> extends BaseStora
}
if (metaSnapshotModeTokens == null) {
metaSnapshotModeTokens = Collections.singleton(TagTypeEnum.PROFILE);
// metaSnapshotModeTokens = Collections.singleton(TagTypeEnum.PROFILE);
metaSnapshotModeTokens = Collections.emptySet();
}
return metaSnapshotModeTokens.contains(theTag.getTag().getTagType());