mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-04 20:16:34 +02:00
refactor: drop eslint config love (#1341)
* Drop eslint config love * More eqeqeq * Even more
This commit is contained in:
@@ -52,7 +52,7 @@ export default class WebSocket {
|
||||
});
|
||||
};
|
||||
|
||||
if (config?.headers != null) {
|
||||
if (config?.headers) {
|
||||
config.headers = Array.from(new Headers(config.headers).entries());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user