Skip to content

Commit

Permalink
SBERDOMA-348 fixed fields declaration syntax error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonAL committed Jun 2, 2021
1 parent a2a4874 commit 21c876a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/condo/domains/ticket/gql.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const TICKET_CHANGE_DATA_FIELDS = [
'watchersDisplayNamesTo',
]

const TICKET_CHANGE_FIELDS = `{ ticket { id } property { address } } id dv sender v createdBy { id name } updatedBy { id name } createdAt updatedAt ${TICKET_CHANGE_DATA_FIELDS.join(' ')} }`
const TICKET_CHANGE_FIELDS = `{ ticket { id } property { address } id dv sender v createdBy { id name } updatedBy { id name } createdAt updatedAt ${TICKET_CHANGE_DATA_FIELDS.join(' ')} }`
const TicketChange = generateGqlQueries('TicketChange', TICKET_CHANGE_FIELDS)

const TICKET_FILE_FIELDS = `{ id file { id originalFilename publicUrl mimetype } organization { id } ticket { id } ${COMMON_FIELDS} }`
Expand Down

0 comments on commit 21c876a

Please sign in to comment.