@nsshunt/stsfhirpg 1.2.10 → 1.2.11
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/dist/stsfhirpg.cjs +0 -1
- package/dist/stsfhirpg.cjs.map +1 -1
- package/dist/stsfhirpg.mjs +0 -1
- package/dist/stsfhirpg.mjs.map +1 -1
- package/package.json +1 -1
package/dist/stsfhirpg.mjs
CHANGED
|
@@ -7681,7 +7681,6 @@ class ResourceHelper {
|
|
|
7681
7681
|
this.#definitions.searchParametersByUrl[entry.fullUrl] = entry.resource;
|
|
7682
7682
|
});
|
|
7683
7683
|
await this._LoadSearchParameters();
|
|
7684
|
-
await this.PreLoadSearchParameterData();
|
|
7685
7684
|
return this.#definitions;
|
|
7686
7685
|
};
|
|
7687
7686
|
PreLoadSearchParameterData = async () => {
|