Enable Style/TrailingCommaInHashLiteral
This commit is contained in:
parent
2ede598f77
commit
a171186dd8
17 changed files with 18 additions and 18 deletions
|
@ -55,7 +55,7 @@ class Pipedrive::DealAdapter
|
|||
user_id: Pipedrive::PersonAdapter::PIPEDRIVE_ROBOT_ID,
|
||||
"#{PIPEDRIVE_NB_OF_PROCEDURES_ATTRIBUTE_ID}": nb_of_procedures,
|
||||
value: nb_of_dossiers,
|
||||
"#{PIPEDRIVE_DEADLINE_ATTRIBUTE_ID}": deadline,
|
||||
"#{PIPEDRIVE_DEADLINE_ATTRIBUTE_ID}": deadline
|
||||
}
|
||||
|
||||
Pipedrive::API.post_deal(params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue