🔧 Tooling for resumable socket.io sessions
This commit is contained in:
@@ -154,7 +154,6 @@ export default class ImportService extends Service {
|
||||
async handler(
|
||||
ctx: Context<{
|
||||
extractionOptions?: any;
|
||||
socketSessionId: String,
|
||||
}>
|
||||
) {
|
||||
try {
|
||||
@@ -204,7 +203,6 @@ export default class ImportService extends Service {
|
||||
fileSize: item.stats.size,
|
||||
},
|
||||
importType: "new",
|
||||
socketSessionId: ctx.params.socketSessionId,
|
||||
});
|
||||
} else {
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user