Skip to content
Snippets Groups Projects
Commit cf961537 authored by Michiel de Jong's avatar Michiel de Jong
Browse files

dont try to set id

parent e2301895
No related merge requests found
......@@ -48,7 +48,6 @@ def importPoint(data, service)
puts data['slug']
imported_point = Point.new(
id: data['id'],
oldId: data['slug'],
title: data['title'],
user: userObj,
......
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