Skip to content

Commit

Permalink
Remove queryTokens from VisitedSERP
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Apr 23, 2024
1 parent 2553f03 commit e23a098
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ sealed class HistoryEntry(
override val url: Uri,
override val title: String,
val query: String,
val queryTokens: List<String>? = null,
override val visits: List<Date>,
) : HistoryEntry(url = url, title, visits = visits)
}
Expand Down

0 comments on commit e23a098

Please sign in to comment.