refactor: remove unused notification permission hook and related code
This commit is contained in:
@@ -28,7 +28,7 @@ const cleanupConnections = async (previousProxy: string) => {
|
||||
}
|
||||
};
|
||||
|
||||
export interface ProxySelectionOptions {
|
||||
interface ProxySelectionOptions {
|
||||
onSuccess?: () => void;
|
||||
onError?: (error: any) => void;
|
||||
enableConnectionCleanup?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user