Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix okd build from src with symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Nov 17, 2020
1 parent d7de3d4 commit 11d4f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/common
2 changes: 1 addition & 1 deletion deploy/router/getImagePipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { DS_SINGLE_PRV_KEY, APP_NAME } = require('../constants')
const { getPreviewsHandler } = require('./getPreviews')
const { getSinglePreview } = require('./getSinglePreview')
const { store } = require('../store')
const { weave } = require('../../common/weave')
const { weave } = require('../common/weave')
const { queryToParamMiddleware } = require('./util')

let LinearSvg, PolarSvg, parseFingerprint, parseReceptorMetadata, parseReceptorProfile
Expand Down

0 comments on commit 11d4f40

Please sign in to comment.