Fucking None
This commit is contained in:
@@ -2,4 +2,5 @@ from boards.models import Board
|
||||
|
||||
|
||||
def board_last_modified_at(request, board_slug):
|
||||
return Board.objects.filter(slug=board_slug).first().refreshed_at
|
||||
board = Board.objects.filter(slug=board_slug).first()
|
||||
return board.refreshed_at if board else None
|
||||
|
||||
Reference in New Issue
Block a user