Remove field courierTo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
toqvist 2024-04-05 22:42:31 +02:00
parent d0a9dd6a13
commit 98e967f7c0

View File

@ -34,12 +34,6 @@ const Users: CollectionConfig = {
hasMany: true,
},
{
name: 'courierTo',
type: 'relationship',
relationTo: 'dispatch',
hasMany: true,
},
],
};