chore(server): remove old device id endpoint (#6578)

* chore: remove old endpoint

* chore: open api

* chore: remove old tests
This commit is contained in:
Jason Rasmussen 2024-01-22 21:54:53 -05:00 committed by GitHub
parent 234a95960b
commit a00768c9e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 8 additions and 346 deletions

View file

@ -127,13 +127,6 @@ void main() {
// TODO
});
// Use /asset/device/:deviceId instead - Remove in 1.92 release
//
//Future<List<String>> getUserAssetsByDeviceId(String deviceId) async
test('test getUserAssetsByDeviceId', () async {
// TODO
});
//Future restoreAssets(BulkIdsDto bulkIdsDto) async
test('test restoreAssets', () async {
// TODO