Replace poi_instance = POI.objects.filter(id=None).first()
with None
#3359
Labels
effort: low
Should be doable in <4h
enhancement
This improves an existing feature
good first issue
Good for newcomers
Milestone
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: