Skip to content

Commit cbe6f55

Browse files
committed
wierd rebase fix
1 parent cb84a79 commit cbe6f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pontoon/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def get_queryset(self):
459459
except ValueError as error:
460460
raise ValueError(error)
461461

462-
return entities
462+
return qs
463463

464464

465465
class PretranslationView(APIView):

0 commit comments

Comments
 (0)