Skip to content

Commit

Permalink
hotfix/LA-1354 removed deleting last version of a file
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim committed Nov 11, 2024
1 parent 1da1ba8 commit 9d86b55
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -696,4 +696,11 @@ class UpdateWorkspaceMemberFailure extends FeatureFailure {

@override
List<Object> get props => [exception];
}
}

class RemoveFinalSharedSpaceNodeVersionFailure extends FeatureFailure {
RemoveFinalSharedSpaceNodeVersionFailure();

@override
List<Object> get props => [];
}

0 comments on commit 9d86b55

Please sign in to comment.