|
|
@@ -308,7 +308,6 @@ func CurrentRepoDataset(ctx *context.Context) { |
|
|
|
return |
|
|
|
} |
|
|
|
datasetIDs = append(datasetIDs, dataset.ID) |
|
|
|
uploaderID := ctx.User.ID |
|
|
|
datasets, count, err := models.Attachments(&models.AttachmentsOptions{ |
|
|
|
ListOptions: models.ListOptions{ |
|
|
|
Page: page, |
|
|
@@ -317,7 +316,6 @@ func CurrentRepoDataset(ctx *context.Context) { |
|
|
|
Keyword: keyword, |
|
|
|
NeedDatasetIDs: true, |
|
|
|
DatasetIDs: datasetIDs, |
|
|
|
UploaderID: uploaderID, |
|
|
|
Type: cloudbrainType, |
|
|
|
NeedIsPrivate: false, |
|
|
|
JustNeedZipFile: true, |
|
|
|