Fix linting

This commit is contained in:
Wolfgang Huß 2022-08-02 09:10:02 +02:00
parent bf9dd205ca
commit 52bffa426b

View File

@ -26,16 +26,12 @@ export default {
// },
// },
// Wolle: correct this way?
members: { type: 'relationship',
relationship: 'MEMBERS',
target: 'User',
direction: 'out'
},
members: { type: 'relationship', relationship: 'MEMBERS', target: 'User', direction: 'out' },
// Wolle: needed? lastActiveAt: { type: 'string', isoDate: true },
createdAt: {
type: 'string',
isoDate: true,
default: () => new Date().toISOString()
default: () => new Date().toISOString(),
},
updatedAt: {
type: 'string',