fix empty object
This commit is contained in:
@ -30,7 +30,7 @@ export class Store extends Document {
|
||||
|
||||
@Prop({
|
||||
required: true,
|
||||
type: {}
|
||||
type: Object,
|
||||
})
|
||||
value: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user