cleanup
This commit is contained in:
parent
cd1434efc1
commit
411e2f5c98
2 changed files with 0 additions and 4 deletions
|
|
@ -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.');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
import { writable } from 'svelte/store';
|
||||
|
||||
export const referrals = writable([]);
|
||||
Loading…
Reference in a new issue