ci testing

This commit is contained in:
Trent Jones
2020-02-29 13:29:43 -06:00
parent 9625970c51
commit 452b50c500
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -24,6 +24,7 @@ export function getVersionIds(input: Input): Observable<string[]> {
}
export function deleteVersions(input: Input): Observable<boolean> {
console.log(`input: ${input}`)
if (!input.token) {
return throwError('No token found')
}