Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix: Add width/height on project fork
Browse files Browse the repository at this point in the history
  • Loading branch information
devkcud committed Oct 27, 2024
1 parent 1433c57 commit 26d8210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/service/usecase/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ func (puc ProjectUseCase) Fork(projectID, issuerID uint) (uint, error) {
Name: project.Name,
Description: project.Description,
Budget: project.Budget,
Width: project.Width,
Height: project.Height,
OwnerID: issuerID,
Public: false,
Content: content,
Expand Down

0 comments on commit 26d8210

Please sign in to comment.