fix: Remove unused resolve in code

fixes: https://github.com/frappe/frappe/actions/runs/5655856445/job/15321775151?pr=21782
This commit is contained in:
Suraj Shetty 2023-07-25 18:20:00 +05:30
parent 7780670ae4
commit dff950a56d

View file

@ -431,7 +431,6 @@ async function update_assets_json_in_cache() {
} }
client.del("assets_json", (err) => { client.del("assets_json", (err) => {
client.unref(); client.unref();
resolve();
}); });
} }