Skip to content

Commit

Permalink
Fix "Cannot find module '~/lib/lasttouch'"
Browse files Browse the repository at this point in the history
This error occurs only for serverMiddleware files.
  • Loading branch information
redhawkIT committed Dec 29, 2020
1 parent a9471aa commit 66271a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { sortBy } from 'lodash-es'
import Heap from 'fastpriorityqueue'
import { getLastTouchTime } from '~/lib/lasttouch'
import { getLastTouchTime } from './lasttouch'

// =================
// Naming convension
Expand Down

0 comments on commit 66271a7

Please sign in to comment.