Skip to content

Commit

Permalink
Typo in dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 30, 2022
1 parent 406cc39 commit 674a814
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion products/jbrowse-desktop/public/generateFastaIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export async function createRemoteStream(urlIn: string) {
export async function getFileStream(
location: { uri: string } | { localPath: string },
) {
// marked as unsed, could be used for progress bar though
let filename: string

if ('localPath' in location) {
Expand Down

0 comments on commit 674a814

Please sign in to comment.