Skip to content

Commit

Permalink
fix tsc err
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhou82 committed Nov 23, 2024
1 parent afd2502 commit a049abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/termdb.singlecellSamples.ts
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ import fs from 'fs'
import path from 'path'
import { read_file } from '#src/utils.js'
import run_R from '#src/run_R.js'
import { joinUrl } from '#src/helpers'
import { joinUrl } from '#src/helpers.ts'
import { run_rust } from '@sjcrh/proteinpaint-rust'
import serverconfig from '#src/serverconfig.js'
import type {

0 comments on commit a049abe

Please sign in to comment.