Skip to content

Commit

Permalink
feat: wip wip
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Sep 21, 2023
1 parent f2bd07f commit a465546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/devHistory/services/chrome-browser-history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
convertDateToMicrosecondsSinceWindowsEpoch,
convertMicrosecondsToDate,
} from './time-wrangler'
import { ChromeHistoryEntry } from './ChromeHistoryEntry'
import { ChromeHistoryEntry } from '../models/ChromeHistoryEntry'

export type SupportedOS = 'linux' | 'win32' | 'darwin'
function getChromeHistoryDatabasePath(os: SupportedOS) {
Expand Down

0 comments on commit a465546

Please sign in to comment.