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

This commit is contained in:
toqvist 2024-04-05 22:42:31 +02:00
parent d0a9dd6a13
commit 98e967f7c0
1 changed files with 0 additions and 6 deletions

View File

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