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:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user