diff options
| author | Brian Cully <bjc@spork.org> | 2025-07-16 19:18:50 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-07-16 19:18:50 -0400 |
| commit | 9e14963bad67ab2c640e98bb2148635b551727ae (patch) | |
| tree | 70b24908063e21cf6f1ff133d713a338005109d3 /worker.js | |
| parent | e1a9e10902de4d927f4c2c87b6c27e6303fa1ead (diff) | |
| download | pnit-9e14963bad67ab2c640e98bb2148635b551727ae.tar.gz pnit-9e14963bad67ab2c640e98bb2148635b551727ae.zip | |
add csv download
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -import CSVParse from './csv.mjs'; +import CSVParse from './csv-parse.mjs'; let ignoreLines = 0; let sequenceNames = []; |
