about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-07-18 13:04:29 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-07-18 13:04:29 -0700
commite0f30c716a277fc7b367b681975aae9a9163bb6f (patch)
tree33d04ad98c83b51d22515c2437aba870ed3f70fe
parent2f63afc92e481c0926b0bb301022d4984a5b6bcf (diff)
downloadvoidsky-e0f30c716a277fc7b367b681975aae9a9163bb6f.tar.zst
test
-rw-r--r--src/state/models/discovery/feeds.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/models/discovery/feeds.ts b/src/state/models/discovery/feeds.ts
index 26a8d650c..d8343a225 100644
--- a/src/state/models/discovery/feeds.ts
+++ b/src/state/models/discovery/feeds.ts
@@ -16,6 +16,7 @@ export class FeedsDiscoveryModel {
   feeds: CustomFeedModel[] = []
 
   constructor(public rootStore: RootStoreModel) {
+    const lmao = 'lmao'
     makeAutoObservable(
       this,
       {