Skip to content

Commit

Permalink
refactor: Rename utils into data
Browse files Browse the repository at this point in the history
  • Loading branch information
paultranvan committed Nov 8, 2024
1 parent a2fa85e commit 43eff1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dataproxy/worker/SharedWorkerProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
DataProxyWorkerPartialState
} from '@/dataproxy/common/DataProxyInterface'
import { TabCountSync } from '@/dataproxy/common/TabCountSync'
import { removeStaleLocalData } from '@/dataproxy/worker/utils'
import { removeStaleLocalData } from '@/dataproxy/worker/data'

const log = Minilog('👷‍♂️ [SharedWorkerProvider]')

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/dataproxy/worker/shared-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import {
DataProxyWorker,
DataProxyWorkerPartialState
} from '@/dataproxy/common/DataProxyInterface'
import { queryIsTrustedDevice } from '@/dataproxy/worker/data'
import { platformWorker } from '@/dataproxy/worker/platformWorker'
import { queryIsTrustedDevice } from '@/dataproxy/worker/utils'
import schema from '@/doctypes'
import { getPouchLink } from '@/helpers/client'

Expand Down

0 comments on commit 43eff1b

Please sign in to comment.