chore(medusa): rm default created at field (#8213)

**What**
To maintain the backward compatibility, we use to populate `created_at` no matter what. But since we can break things from v1, I ll remove it as we moved the default ordering to the repository layer
This commit is contained in:
Adrien de Peretti
2024-07-22 08:20:14 +00:00
committed by GitHub
parent f74fdcb644
commit c307972a99
4 changed files with 7 additions and 15 deletions
@@ -13,7 +13,7 @@ const adminSeeder = require("../../../helpers/admin-seeder")
const {
allowedStoreProductsFields,
defaultStoreProductsRelations,
} = require("@medusajs/medusa/dist")
} = require("@medusajs/medusa")
const adminHeaders = {
headers: {