nicot 1.2.2 → 1.2.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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2226,7 +2226,7 @@ var _RestfulFactory = class _RestfulFactory {
|
|
|
2226
2226
|
);
|
|
2227
2227
|
ApiProperty5({
|
|
2228
2228
|
...oldApiProperty,
|
|
2229
|
-
required: false,
|
|
2229
|
+
// required: false,
|
|
2230
2230
|
type: () => relation.isArray ? [useClass[0]] : useClass[0]
|
|
2231
2231
|
})(resultDto.prototype, relation.propertyName);
|
|
2232
2232
|
};
|