Fixed the shop search feature

This commit is contained in:
ION606
2022-05-29 21:30:37 +03:00
parent 69a5a2e18d
commit 65f4de28ed
3 changed files with 7 additions and 9 deletions
+4 -5
View File
@@ -138,8 +138,7 @@ client.connect(err => {
]);
});
client.close();
const END = d.getTime();
console.log(`Total time in SECONDS: ${(((END - START) % 60000) / 1000).toFixed(0)} ms!`);
client.close().then(function() {
const END = d.getTime();
console.log(`Total time in SECONDS: ${(((END - START) % 60000) / 1000).toFixed(0)} ms!`);
});