mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
that TODO is done
This commit is contained in:
parent
5be3bf80eb
commit
6a9f288ab3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class ImportScripts::Zoho < ImportScripts::Base
|
||||||
id: username,
|
id: username,
|
||||||
username: username,
|
username: username,
|
||||||
email: u[1],
|
email: u[1],
|
||||||
created_at: Time.zone.now # TODO: updated created_at based on the oldest post by each user
|
created_at: Time.zone.now
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue