mirror of
https://github.com/thomiceli/opengist
synced 2024-11-08 12:55:50 +01:00
Fix number of files on fork
This commit is contained in:
parent
5bfd40f9fd
commit
be7e9ab385
@ -388,6 +388,7 @@ func fork(ctx echo.Context) error {
|
||||
Private: gist.Private,
|
||||
UserID: currentUser.ID,
|
||||
ForkedID: gist.ID,
|
||||
NbFiles: gist.NbFiles,
|
||||
}
|
||||
|
||||
if err = newGist.CreateForked(); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user