mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-24 23:26:20 +00:00
no especificar DB en importer
This commit is contained in:
parent
2b6deadf6c
commit
8d33203c95
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ import PQueue from "p-queue";
|
|||
|
||||
// TODO: verificar que pasa cuando hay varios datasets del mismo día (como los suele haber cuando actualizan el dataset con nuevos comercios)
|
||||
|
||||
const sql = postgres({
|
||||
database: "sepa-precios",
|
||||
});
|
||||
const sql = postgres({});
|
||||
|
||||
async function readFile(path: string) {
|
||||
// XXX: DORINKA SRL a veces envía archivos con UTF-16.
|
||||
|
|
Loading…
Reference in a new issue