Enable Style/TrailingCommaInHashLiteral

This commit is contained in:
gregoirenovel 2018-10-01 14:06:08 +02:00
parent 2ede598f77
commit a171186dd8
17 changed files with 18 additions and 18 deletions

View file

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