Skip to content

Commit

Permalink
Remove setMainBranchProjectUuid
Browse files Browse the repository at this point in the history
  • Loading branch information
C4tWithShell committed Nov 11, 2023
1 parent 62f90e9 commit 51029a6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public ComponentDto createBranchComponent(DbSession dbSession, BranchSupport.Com
.setUuid(branchUuid)
.setBranchUuid(branchUuid)
.setUuidPath(ComponentDto.UUID_PATH_OF_ROOT)
.setMainBranchProjectUuid(mainComponentDto.uuid())
.setCreatedAt(new Date(clock.millis()));
dbClient.componentDao().insert(dbSession, componentDto, false);

Expand Down

0 comments on commit 51029a6

Please sign in to comment.