Skip to content

Commit

Permalink
fixed object kind
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Jul 19, 2023
1 parent 3f364bb commit 0c4692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/gitlab/gitlab_integration/ocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def resync_issues(kind: str) -> List[Dict[Any, Any]]:
return [issue.asdict() for group in root_groups for issue in group.issues.list()]


@ocean.on_resync(ObjectKind.ISSUE)
@ocean.on_resync(ObjectKind.JOB)
async def resync_jobs(kind: str) -> List[Dict[Any, Any]]:
all_tokens_services = get_all_services()
root_groups: list[RESTObject] = sum(
Expand Down

0 comments on commit 0c4692b

Please sign in to comment.