1. Use etag over sha for the identifier

2. Re-combine Resonse types into one
This commit is contained in:
Himanshu Mishra
2021-01-18 22:50:47 +01:00
parent 79f9a97428
commit 8565ad2279
17 changed files with 124 additions and 96 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ describe('getDocFilesFromRepository', () => {
archive: async () => {
return Readable.from('');
},
sha: '',
etag: '',
};
}
}