1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore: post merge cleanup

This commit is contained in:
2023-12-02 14:21:34 +01:00
parent 62614dceb9
commit 9ce53165e8
3 changed files with 14 additions and 12 deletions

View File

@@ -237,7 +237,7 @@ export default (connections: {[key: string]: antares.Client}) => {
},
tables,
options: rest
}));
});
// Exporter message listener
exporter.stdout.on('data', (buff: Buffer) => {
@@ -328,7 +328,7 @@ export default (connections: {[key: string]: antares.Client}) => {
type: 'init',
dbConfig,
options
}));
});
// Importer message listener
importer.stdout.on('data', (buff: Buffer) => {