This commit is contained in:
Namrata Jha
2021-12-24 10:21:02 +00:00
committed by GitHub
parent 4d762a4bc3
commit 6a5e08c48d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export function deleteVersions(input: Input): Observable<boolean> {
}
if (!input.checkInput()) {
return throwError('Invlaid input combination')
return throwError('Invalid input combination')
}
if (input.numOldVersionsToDelete <= 0 && input.minVersionsToKeep < 0) {