Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Below is a list of entities which I have collected up until now:

{% if old_entities %}
{% if old_entities and old_entities != "[]" %}
{{ old_entities }}
{% else %}
Currently contains no entities
Expand Down Expand Up @@ -37,4 +37,4 @@ Follow the instruction mentioned below:
- If there is a deletion, the object corresponding to that entity should be removed from the list of entities.
- If there is an update, the ID key should remain the same and only the content needs to be updated.

Do not return anything except the JSON formatted object.
Do not return anything except the JSON formatted object.
Loading