mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
Fix linting
This commit is contained in:
parent
bf9dd205ca
commit
52bffa426b
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user