@solidstarters/solid-core 1.2.70 → 1.2.71
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidstarters/solid-core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.71",
|
|
4
4
|
"description": "This module is a NestJS module containing all the required core providers required by a Solid application",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -520,7 +520,7 @@ export class CRUDService<T> { // Add two generic value i.e Person,CreatePersonDt
|
|
|
520
520
|
// Populate the media field entities with the full URL
|
|
521
521
|
for (const mediaFieldEntity of mediaFieldEntities) {
|
|
522
522
|
const mediaWithFullUrl = await this.getMediaWithFullUrl(mediaFieldEntity, mediaFieldMetadata);
|
|
523
|
-
this.appendMediaKey(mediaWithFullUrl, mediaFieldEntity,
|
|
523
|
+
this.appendMediaKey(mediaWithFullUrl, mediaFieldEntity, mediaFieldMetadata.name);
|
|
524
524
|
// mediaFieldEntity['_media'][mediaFieldPath] = mediaWithFullUrl
|
|
525
525
|
}
|
|
526
526
|
}
|