Remove field courierTo
continuous-integration/drone/push Build is passing

This commit is contained in:
tma
2024-04-05 22:42:31 +02:00
parent d0a9dd6a13
commit 98e967f7c0
-6
View File
@@ -34,12 +34,6 @@ const Users: CollectionConfig = {
hasMany: true,
},
{
name: 'courierTo',
type: 'relationship',
relationTo: 'dispatch',
hasMany: true,
},
],
};