implementation of measurement fields
This commit is contained in:
@ -32,10 +32,10 @@ async function main() {
|
||||
await allSamples();
|
||||
await saveSamples();
|
||||
}
|
||||
else if (0) { // DPT
|
||||
else if (1) { // DPT
|
||||
await allDpts();
|
||||
}
|
||||
else if (1) { // KF/VZ
|
||||
else if (0) { // KF/VZ
|
||||
await importCsv();
|
||||
await allKfVz();
|
||||
}
|
||||
|
Reference in New Issue
Block a user