Skip to content

Commit

Permalink
make from_agent nullable for gorgias
Browse files Browse the repository at this point in the history
  • Loading branch information
karakanb committed Jun 25, 2024
1 parent 5c3e4a1 commit 20c1f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestr/src/gorgias/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def customers(
},
"from_agent": {
"data_type": "bool",
"nullable": False,
"nullable": True,
"description": "Indicates if the ticket was created by an agent",
},
"customer": {
Expand Down

0 comments on commit 20c1f26

Please sign in to comment.