From a049abea148b9ba563de1c5131c3336ef715242f Mon Sep 17 00:00:00 2001 From: xzhou Date: Fri, 22 Nov 2024 15:02:32 -0600 Subject: [PATCH] fix tsc err --- server/routes/termdb.singlecellSamples.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/routes/termdb.singlecellSamples.ts b/server/routes/termdb.singlecellSamples.ts index 0f834365b7..53d5dc1beb 100644 --- a/server/routes/termdb.singlecellSamples.ts +++ b/server/routes/termdb.singlecellSamples.ts @@ -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 {