composables/massmint/useMassMint.ts
Function useCollectionForMint
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const useCollectionForMint = () => {
const collections = ref<MintedCollection[]>()
const { accountId } = useAuth()
const { urlPrefix } = usePrefix()