Fixed organization seeder

This commit is contained in:
Grzegorz Leoniec 2019-03-06 13:20:33 +01:00
parent 979c7d4a18
commit 2813de4f8b
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -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