Skip to content

Commit

Permalink
Merge pull request #1105 from HDRUK/release
Browse files Browse the repository at this point in the history
Release > PreProd - SUPP-1558
  • Loading branch information
dnhdruk authored Jun 20, 2024
2 parents f42475e + ab536aa commit 4ea5d1a
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 4ea5d1a

Please sign in to comment.