Commit 3c876ca1 authored by Junda Yang's avatar Junda Yang Committed by Tao Feng

fix user model repr (#70)

parent f73c8128
......@@ -151,4 +151,5 @@ class User(Neo4jCsvSerializable):
self.slack_id,
self.manager_email,
self.employee_type,
self.is_active)
self.is_active,
self.updated_at)
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