Skip to content

Commit 90ec757

Browse files
Mary Hipppsychedelicious
authored andcommitted
lint
1 parent 4b85dfc commit 90ec757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/parameters/hooks/useIsTooLargeToUpscale.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { selectConfigSlice } from 'features/system/store/configSlice';
55
import { useMemo } from 'react';
66
import type { ImageDTO } from 'services/api/types';
77

8-
export const createIsTooLargeToUpscaleSelector = (imageDTO?: ImageDTO) =>
8+
const createIsTooLargeToUpscaleSelector = (imageDTO?: ImageDTO) =>
99
createMemoizedSelector(selectUpscalelice, selectConfigSlice, (upscale, config) => {
1010
const { upscaleModel, scale } = upscale;
1111
const { maxUpscalePixels } = config;

0 commit comments

Comments
 (0)