Commit da2b90d1 by Karl Clement

Added style arg

parent 4b7d9157
......@@ -66,6 +66,10 @@ FullContact.prototype.process = function req(api, query, args) {
query.webhookBody = args.webhookBody;
}
if (args['style']) {
query['style'] = args['style'];
}
//
// The packet that is send to the server or queued when we are in queuing
// mode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment