Skip to content

Commit

Permalink
Merge pull request #3172 from SEED-platform/2962-fix/bsyncr-highlight
Browse files Browse the repository at this point in the history
fix: set Bsyncr highlight to 'completed' in lieu of any other value
  • Loading branch information
nllong committed Mar 18, 2022
2 parents d51e784 + 9e713a6 commit b820cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/models/analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_highlights(self, property_id=None):

# BSyncr
if self.service == self.BSYNCR:
return [{'name': 'Unimplemented', 'value': 'Oops!'}]
return [{'name': 'Completed', 'value': ''}]

# BETTER
elif self.service == self.BETTER:
Expand Down

0 comments on commit b820cad

Please sign in to comment.