refactor(server): download file (#1512)

* refactor(server): download file

* chore: generate open-api and remove unused refs

* chore(server): tests

* chore: remove unused code
This commit is contained in:
Jason Rasmussen 2023-02-03 10:16:25 -05:00 committed by GitHub
parent e39507552f
commit 2b0b2bb1ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 210 additions and 291 deletions

View file

@ -47,7 +47,7 @@ void main() {
//
//
//Future<Object> downloadFile(String assetId, { bool isThumb, bool isWeb }) async
//Future<Object> downloadFile(String assetId) async
test('test downloadFile', () async {
// TODO
});