Skip to content

Commit 7f93c42

Browse files
committed
Handle the presence of multiple events
1 parent 64b4617 commit 7f93c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/packaging/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def is_verified_url(self, url):
414414
File.Event.additional.op("->>")("publisher_url") + "%"
415415
)
416416
)
417-
.scalar()
417+
.first()
418418
) is not None
419419

420420

0 commit comments

Comments
 (0)