Replace poi_instance = POI.objects.filter(id=None).first()
with None
#3359
Labels
effort: low
Should be doable in <4h
feature
New feature or request
good first issue
Good for newcomers
Motivation
There is no object with
id=None
andpoi_instance
is always None. See thisProposed Solution
Replace with
None
Alternatives
User Story
Additional Context
This was found in this review
Design Requirements
Related Issues
The text was updated successfully, but these errors were encountered: