Skip to content

Commit

Permalink
[WIP] RFR: Add missing addBookmark type in search/background/index
Browse files Browse the repository at this point in the history
  • Loading branch information
cdharris committed Jul 1, 2019
1 parent 6f769d3 commit 019507b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/search/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ import {
SocialSearchParams,
} from './types'
import { SearchError, BadTermError, InvalidSearchError } from './errors'
import { BookmarksInterface } from 'src/bookmarks/background/types'

export default class SearchBackground {
storage: SearchStorage
private backend
private tabMan: TabManager
private queryBuilderFactory: () => QueryBuilder
private getDb: DBGet
public remoteFunctions
public remoteFunctions: BookmarksInterface

static handleSearchError(e: SearchError) {
if (e instanceof BadTermError) {
Expand Down

0 comments on commit 019507b

Please sign in to comment.