client/src/preview/util/init.ts
Function fetchLibraryAssets
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const fetchLibraryAssets = async (
dispatch: ReturnType<typeof useDispatch>,
setError: Dispatch<SetStateAction<string | null>>,
type: string,
isPrivate: boolean,