Skip to content

Commit

Permalink
vuestorefront#2226 Move Task types file to core/types & import update
Browse files Browse the repository at this point in the history
  • Loading branch information
kruchy8 committed Jan 18, 2019
1 parent 94a6055 commit 43d2aad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/sync/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fetch from 'isomorphic-fetch'
import * as localForage from 'localforage'
import rootStore from '@vue-storefront/store'
import { adjustMultistoreApiUrl, currentStoreView } from '@vue-storefront/store/lib/multistore'
import Task from '@vue-storefront/store/types/task/Task'
import Task from '@vue-storefront/core/lib/sync/types/Task'
import { Logger } from '@vue-storefront/core/lib/logger'
import { TaskQueue } from '@vue-storefront/core/lib/sync'
import * as entities from '@vue-storefront/store/lib/entities'
Expand Down
File renamed without changes.

0 comments on commit 43d2aad

Please sign in to comment.