We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de33fac commit 8ae58d0Copy full SHA for 8ae58d0
1 file changed
src/github_client.py
@@ -445,3 +445,8 @@ def get_weekly_digest(owner: str, repo: str) -> dict[str, Any]:
445
def validate_0(data):
446
"""Validate: add data validation"""
447
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