🏗️ Massive refactoring around uncompression and resizing methods

This commit is contained in:
2022-12-08 11:15:10 -08:00
parent 5f3c93da73
commit 9a41f34099
6 changed files with 282 additions and 246 deletions

View File

@@ -56,6 +56,10 @@ export default class SocketService extends Service {
{}
);
break;
// uncompress archive events
case "COMICBOOK_EXTRACTION_SUCCESS":
console.log(data);
return data;
}
},
},