Skip to content

Commit

Permalink
DESENG-676: Sonarcloud - remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Aug 23, 2024
1 parent 9212c96 commit 17b480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-api/src/met_api/services/engagement_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def create_engagement(request_json: dict):
EngagementService.validate_fields(request_json)
eng_model = EngagementService._create_engagement_model(request_json)

eng_content = EngagementService.create_default_engagement_content(eng_model.id)
EngagementService.create_default_engagement_content(eng_model.id)
EngagementService.create_default_content(eng_model.id, request_json)

if request_json.get('status_block'):
Expand Down

0 comments on commit 17b480a

Please sign in to comment.