diff --git a/nodejs/migrations/host_1.js b/nodejs/migrations/host_1.js index 7f0613f..b79c01e 100644 --- a/nodejs/migrations/host_1.js +++ b/nodejs/migrations/host_1.js @@ -15,4 +15,5 @@ const client = require('../utils/redis'); await client.HDEL('host_'+host, 'username'); await client.HDEL('host_'+host, 'updated'); } + process.exit(0); })()