chore: formatting
This commit is contained in:
parent
410f43166c
commit
f755588f58
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ const cleanOldCaches = async () => {
|
||||||
console.info('Deleting old cache', key)
|
console.info('Deleting old cache', key)
|
||||||
caches
|
caches
|
||||||
.delete(key)
|
.delete(key)
|
||||||
|
|
||||||
.then(() => {
|
.then(() => {
|
||||||
console.info('Successfully deleted cache:', key)
|
console.info('Successfully deleted cache:', key)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue