Skip to content

Commit 4488963

Browse files
committed
fix: typecheck error
1 parent 6e29cf8 commit 4488963

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

services/search.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ def search_global_storage(
263263
bubble_meta: list[str] = []
264264
for header in headers:
265265
bid = header.get("bubbleId")
266+
if not bid:
267+
continue
266268
entry = bubble_map.get(bid)
267269
if not entry:
268270
continue

0 commit comments

Comments
 (0)