Skip to content

Commit

Permalink
fix: adjust import
Browse files Browse the repository at this point in the history
For the changes in 1c3377b
(there no longer is `package.json`, so import of the directory does not work)
  • Loading branch information
ivan-aksamentov committed Oct 4, 2022
1 parent 1c3377b commit ae49768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages_rs/nextclade-web/src/workers/launchAnalysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { isEmpty } from 'lodash'
import { AlgorithmGlobalStatus, PhenotypeAttrDesc } from 'src/types'

import type { AlgorithmInput, DatasetFiles, Dataset, FastaRecordId, Gene, NextcladeResult } from 'src/types'
import type { NextcladeParamsPojo } from 'src/gen'
import type { NextcladeParamsPojo } from 'src/gen/nextclade-wasm'
import { ErrorInternal } from 'src/helpers/ErrorInternal'
import type { LauncherThread } from 'src/workers/launcher.worker'
import { spawn } from 'src/workers/spawn'
Expand Down

1 comment on commit ae49768

@vercel
Copy link

@vercel vercel bot commented on ae49768 Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextclade – ./

nextclade.vercel.app
nextclade-git-master-nextstrain.vercel.app
nextclade-nextstrain.vercel.app

Please sign in to comment.