fix: don't throw error
This commit is contained in:
@@ -46,7 +46,6 @@ class StreamedSuSession extends SessionHandler {
|
||||
|
||||
} catch (error) {
|
||||
console.error('Session initialization failed:', error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user