Skip to content

Commit

Permalink
Merge pull request #227 from BenediktMKuehne/226-main-dashboard-is-empty
Browse files Browse the repository at this point in the history
fix remove datetime field
  • Loading branch information
BenediktMKuehne authored Dec 25, 2024
2 parents 2fc3800 + 4eb4edf commit a61ed19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embark/reporter/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def get_accumulated_reports(request):
result.pop('vulnerability', None) # FIXME this is disabled for now
result.pop('firmware', None)
result.pop('emba_command', None)
result.pop('date', None)

# architecture FIXME
# architecture = result.pop('architecture_verified', '{}')
Expand Down

0 comments on commit a61ed19

Please sign in to comment.