CreatePerson channels fix (#903)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov 2022-02-02 15:02:44 +06:00 committed by GitHub
parent 83989b1c88
commit d45cf8ccfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@
const person: Data<Person> = {
name: combineName(firstName, lastName),
city: object.city,
channels: object.channels,
...avatarProp
}

View File

@ -57,7 +57,6 @@
const candidate: Data<Person> = {
name: combineName(firstName, lastName),
city: object.city,
channels: object.channels,
...avatarProp
}
const candidateData: MixinData<Person, Candidate> = {