Skip to content

Commit

Permalink
fix(ingestion/salesforce): fixed the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dushayntAW committed Apr 2, 2024
1 parent dded0e8 commit 74f97ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def _get_schema_field(

description = self._get_field_description(field, customField)

# escping string starting with `#`
# escaping string starting with `#`
description = "\\" + description if description.startswith("#") else description

schemaField = SchemaFieldClass(
Expand Down

0 comments on commit 74f97ac

Please sign in to comment.