The correct format of my structure is :
{
factory: {
id: mongoId
workers: ["String"],
testers: ["String"],
developpers: ["String"],
status : String
}
}
The correct format of my structure is :
{
factory: {
id: mongoId
workers: ["String"],
testers: ["String"],
developpers: ["String"],
status : String
}
}