diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-07-18 13:05:17 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-07-18 13:05:17 -0700 |
commit | b59ca5f343ffe40393168a0db1338e27d7f6df5d (patch) | |
tree | d003c42dded03ed425bb28bfd4410315c7280ce9 | |
parent | e0f30c716a277fc7b367b681975aae9a9163bb6f (diff) | |
download | voidsky-b59ca5f343ffe40393168a0db1338e27d7f6df5d.tar.zst |
undo commit
-rw-r--r-- | src/state/models/discovery/feeds.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/models/discovery/feeds.ts b/src/state/models/discovery/feeds.ts index d8343a225..26a8d650c 100644 --- a/src/state/models/discovery/feeds.ts +++ b/src/state/models/discovery/feeds.ts @@ -16,7 +16,6 @@ export class FeedsDiscoveryModel { feeds: CustomFeedModel[] = [] constructor(public rootStore: RootStoreModel) { - const lmao = 'lmao' makeAutoObservable( this, { |