This commit is contained in:
Paul Frazee 2023-05-18 16:54:17 -05:00
parent 1ecf0da81b
commit 3c89dd40f9
3 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,6 @@ import {
AppBskyFeedGetAuthorFeed as GetAuthorFeed,
AppBskyFeedGetFeed as GetCustomFeed,
RichText,
jsonToLex,
} from '@atproto/api'
import AwaitLock from 'await-lock'
import {bundleAsync} from 'lib/async/bundle'

View file

@ -66,7 +66,6 @@ export class SavedFeedsModel {
this._xLoading(!quietRefresh)
try {
let feeds: AppBskyFeedDefs.GeneratorView[] = []
let cursor
for (
let i = 0;
i < this.rootStore.preferences.savedFeeds.length;