Skip to content

Commit

Permalink
chore: types
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Feb 27, 2024
1 parent 86cd256 commit c8c8e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/tabs.fg.rm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const RECENTLY_REMOVED_LIMIT_MIN = 100
const RECENTLY_REMOVED_LIMIT_MAX = 150
export function rememberRemoved(tabs: Tab[]) {
let minLvl = 0
let parent
let parent: RecentlyClosedTabInfo | undefined
let parentIndex = 0

const timestamp = Date.now()
Expand Down

0 comments on commit c8c8e8f

Please sign in to comment.