fix: Remove unused resolve in code
fixes: https://github.com/frappe/frappe/actions/runs/5655856445/job/15321775151?pr=21782
This commit is contained in:
parent
7780670ae4
commit
dff950a56d
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue