Myth d38f995ba6
fix: Fix for Empty Reference Array Causing Errors (#1652)
### What problem does this PR solve?

This pull request addresses an issue where the reference is an empty
array ([]) in specific cases, leading to errors in the application. When
the reference is empty, the code attempts to call the get method on a
list, resulting in the following error message:
``` json
{"retcode": 500, "retmsg": "'list' object has no attribute 'get'", "data": {"answer": "**ERROR**: 'list' object has no attribute 'get'", "reference": []}}
```

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2024-07-25 14:14:42 +08:00
..
2024-07-18 14:33:30 +08:00
2024-06-06 11:13:39 +08:00
2024-07-22 19:17:30 +08:00
2024-06-06 11:13:39 +08:00
2024-07-22 19:17:30 +08:00
2024-05-20 09:23:57 +08:00
2024-07-24 12:46:43 +08:00
2024-07-23 14:00:31 +08:00
2024-05-29 16:50:02 +08:00