diff options
Diffstat (limited to 'src/state/models/discovery/foafs.ts')
-rw-r--r-- | src/state/models/discovery/foafs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/discovery/foafs.ts b/src/state/models/discovery/foafs.ts index 4bbd32807..4b25ed4af 100644 --- a/src/state/models/discovery/foafs.ts +++ b/src/state/models/discovery/foafs.ts @@ -19,7 +19,7 @@ export class FoafsModel { isLoading = false hasData = false sources: string[] = [] - foafs: Map<string, ProfileViewFollows> = new Map() + foafs: Map<string, ProfileViewFollows> = new Map() // FOAF stands for Friend of a Friend popular: RefWithInfoAndFollowers[] = [] constructor(public rootStore: RootStoreModel) { |