Closed
Description
- Gitea version (or commit ref): 1.4.0
- Git version: 2.7.4
- Operating system: Ubuntu 16.04
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No,
- Not relevant
I can't access https://try.gitea.io because it throw bad gateway error
Description
After close a pullrequest and remove the branch, when you try to get all pulls by Swagger Api it return an array of nulls. The array size is right but each array element value is null. It not happen if not remove the branch.