Mongoose findbyidandupdate renvoie mis à jour

await Model.findByIdAndUpdate(
			id,
			{updatedData},
			{ new: true },
		)
Dark Dugong