Skip to content

Commit

Permalink
Merge pull request #1104 from HDRUK/dev
Browse files Browse the repository at this point in the history
Dev > Release - SUPP-1558
  • Loading branch information
dnhdruk authored Jun 20, 2024
2 parents 7e16f25 + 2f0f2df commit ab536aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.0.7
v5.0.8
2 changes: 1 addition & 1 deletion src/services/datasetonboarding.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default class DatasetOnboardingService {
],
},
},
]).exec();
]).allowDiskUse(true).exec();

const versionedDatasets = datasets[0].datasets.length > 0 ? datasets[0].datasets : [];

Expand Down

0 comments on commit ab536aa

Please sign in to comment.