mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Remove sequence for slug as it's not needed
This commit is contained in:
parent
6f6b1534df
commit
1b62dc3b2e
@ -28,9 +28,6 @@ Factory.define('category')
|
||||
.attr('id', uuid)
|
||||
.attr('icon', 'globe')
|
||||
.attr('name', 'Global Peace & Nonviolence')
|
||||
.sequence('slug', i => {
|
||||
return `global-peace-nonviolence-${i}`
|
||||
})
|
||||
.after((buildObject, options) => {
|
||||
return neode.create('Category', buildObject)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user