This commit is contained in:
Jon McClure 2023-10-03 18:49:31 +01:00
parent cd1434efc1
commit 411e2f5c98
2 changed files with 0 additions and 4 deletions

View file

@ -80,7 +80,6 @@
.filter((a) => !a?.content?.third_party)
.slice(0, number);
referrals = articles;
console.log('articles', data, articles);
} catch (e) {
console.warn('Unable to fetch referral links.');
}

View file

@ -1,3 +0,0 @@
import { writable } from 'svelte/store';
export const referrals = writable([]);