-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: new user case in
createDataset_service
fn
Make `createDataset_service` function creates a new user datasets docment if the user has not one, Create `successfulDatasetCreation` to reuse it to register the new dataset creation activity and to return the success result Also cancel using transaction session because there is only one write operation and there is no need to transactions. Also delete failedDatasetCreation method from `operationsResultsMessages` object because its usage is strange and doesn't have a clear reason behind it.
- Loading branch information
1 parent
875db14
commit cd82741
Showing
2 changed files
with
32 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters