Update host_1.js

This commit is contained in:
William Mantly 2020-04-11 22:27:24 -04:00 committed by GitHub
parent 94b21f7d4c
commit 3c65ae77b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,5 @@ const client = require('../utils/redis');
await client.HDEL('host_'+host, 'username'); await client.HDEL('host_'+host, 'username');
await client.HDEL('host_'+host, 'updated'); await client.HDEL('host_'+host, 'updated');
} }
process.exit(0);
})() })()