mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fixed organization seeder
This commit is contained in:
parent
979c7d4a18
commit
2813de4f8b
@ -4,7 +4,7 @@ import uuid from 'uuid/v4'
|
||||
export default function create (params) {
|
||||
const {
|
||||
id = uuid(),
|
||||
name = faker.comany.companyName(),
|
||||
name = faker.company.companyName(),
|
||||
description = faker.company.catchPhrase(),
|
||||
disabled = false,
|
||||
deleted = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user