(ads) change geniee split

This commit is contained in:
Andrea Vos 2025-05-31 14:42:18 +02:00
parent aa41ef8fd1
commit 0fe139bf11

View File

@ -93,7 +93,7 @@ const confirmAge = async (): Promise<void> => {
const provider = useStorage<string | null>('ads-provider', null);
if (provider.value === null) {
provider.value = Math.random() < 0.8 ? 'publift' : 'pushup';
provider.value = Math.random() < 0.7 ? 'publift' : 'pushup';
}
const adsEnabled = computed((): boolean => {