Skip to content

Commit 8ae58d0

Browse files
committed
fix data loading
1 parent de33fac commit 8ae58d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/github_client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,3 +445,8 @@ def get_weekly_digest(owner: str, repo: str) -> dict[str, Any]:
445445
def validate_0(data):
446446
"""Validate: add data validation"""
447447
return data is not None
448+
449+
450+
def validate_6(data):
451+
"""Validate: fix data loading"""
452+
return data is not None

0 commit comments

Comments
 (0)