Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-com
marketo-tools
Commits
3e06c084
Commit
3e06c084
authored
Jan 06, 2016
by
Robert Speicher
Browse files
Remove TODO
parent
1ef2c025
Changes
1
Show whitespace changes
Inline
Side-by-side
app.rb
View file @
3e06c084
...
...
@@ -27,8 +27,6 @@ class MarketoTools < Sinatra::Base
if
params
[
'event_name'
]
==
'user_create'
user
=
User
.
new
(
params
)
# TODO (rspeicher): Do we need to do anything with this besides
# create/update a lead?
client
.
createupdate_leads
([
user
.
to_param
],
lookup_field: :email
)
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment