Skip to content

Commit

Permalink
flake* lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 20, 2024
1 parent 0a44f5b commit ad58e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/workspaces/apis/map_employees/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def update(self, instance, validated_data):
workspace_general_settings_instance = WorkspaceGeneralSettings.objects.filter(workspace_id=instance.id).first()

workspace_general_settings_instance, _ = WorkspaceGeneralSettings.objects.update_or_create(
workspace_id=workspace_id,
workspace_id=workspace_id,
defaults={
'employee_field_mapping': workspace_general_settings['employee_field_mapping'],
'auto_map_employees': workspace_general_settings['auto_map_employees']
Expand Down

0 comments on commit ad58e73

Please sign in to comment.