Autofixer no-duplicate-type-constituents

This commit is contained in:
Manav Rathi
2024-11-19 19:22:25 +05:30
parent ea19cd08c6
commit 453c825cc6

View File

@@ -61,7 +61,7 @@ export const shouldDisableCFUploadProxy = () =>
* expressed to disable the proxy.
*/
export const updateShouldDisableCFUploadProxy = async (
savedPreference?: boolean | undefined,
savedPreference?: boolean,
) => {
_state.shouldDisableCFUploadProxy =
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing