Update host_1.js

This commit is contained in:
2020-04-11 22:27:24 -04:00
committed by GitHub
parent 94b21f7d4c
commit 3c65ae77b7

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);
})() })()