This commit is contained in:
Ansh Nanda 2023-07-18 13:04:29 -07:00
parent 2f63afc92e
commit e0f30c716a

View file

@ -16,6 +16,7 @@ export class FeedsDiscoveryModel {
feeds: CustomFeedModel[] = [] feeds: CustomFeedModel[] = []
constructor(public rootStore: RootStoreModel) { constructor(public rootStore: RootStoreModel) {
const lmao = 'lmao'
makeAutoObservable( makeAutoObservable(
this, this,
{ {