From 3c65ae77b71d28693bf57444aa9d8dd11183397e Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sat, 11 Apr 2020 22:27:24 -0400 Subject: [PATCH] Update host_1.js --- nodejs/migrations/host_1.js | 1 + 1 file changed, 1 insertion(+) 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); })()