mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Adjust for updated @types/lodash
This commit is contained in:
@@ -46,7 +46,11 @@ export async function dispatchChangeParentPassword ({ action, cache }: {
|
||||
|
||||
await parentEntry.save({ transaction: cache.transaction })
|
||||
|
||||
cache.getSecondPasswordHashOfParent.cache.clear()
|
||||
{
|
||||
const clear = cache.getSecondPasswordHashOfParent.cache.clear
|
||||
clear && clear()
|
||||
}
|
||||
|
||||
cache.invalidiateUserList = true
|
||||
cache.areChangesImportant = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user