Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TunahanGuler authored and fniessink committed Jan 15, 2025
1 parent cdfda28 commit f3f009c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ async def _branches(self, responses: SourceResponses) -> list[BitbucketBranchTyp
BitbucketBranchType(
name=branch["displayId"],
default=branch["isDefault"],
last_commit=datetime_from_timestamp(
branch["metadata"][metadata]["committerTimestamp"]
),
last_commit=datetime_from_timestamp(branch["metadata"][metadata]["committerTimestamp"]),
id=branch["id"],
)
for branch in json["values"]
Expand Down

0 comments on commit f3f009c

Please sign in to comment.