1. Use etag over sha for the identifier
2. Re-combine Resonse types into one
This commit is contained in:
@@ -135,7 +135,7 @@ describe('getDocFilesFromRepository', () => {
|
||||
archive: async () => {
|
||||
return Readable.from('');
|
||||
},
|
||||
sha: '',
|
||||
etag: '',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user