Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 17, 2018
1 parent 0a72ec4 commit 2aa3369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crossline/models/actions/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Action(base.CrosslineBase):

@classmethod
def list_names(cls):
return ["created", "app"]
return ["timestamp", "app"]

@classmethod
def order_name(cls):
Expand Down
2 changes: 1 addition & 1 deletion src/crossline/models/actions/enter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class EnterAction(action.Action):

@classmethod
def list_names(cls):
return ["created", "entity", "app"]
return ["timestamp", "entity", "app"]

@classmethod
def enter_s(cls, identifier, key = None, verify = False):
Expand Down

0 comments on commit 2aa3369

Please sign in to comment.