diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-07-18 13:04:29 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-07-18 13:04:29 -0700 |
commit | e0f30c716a277fc7b367b681975aae9a9163bb6f (patch) | |
tree | 33d04ad98c83b51d22515c2437aba870ed3f70fe | |
parent | 2f63afc92e481c0926b0bb301022d4984a5b6bcf (diff) | |
download | voidsky-e0f30c716a277fc7b367b681975aae9a9163bb6f.tar.zst |
test
-rw-r--r-- | src/state/models/discovery/feeds.ts | 1 |
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, { |