mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-04 10:19:26 +02:00
Add new API to increment the used time
This commit is contained in:
parent
f4046e0fc3
commit
b55c375506
8 changed files with 257 additions and 4 deletions
|
@ -120,7 +120,7 @@ export class Cache {
|
|||
})
|
||||
|
||||
shouldDoFullSync = () => this.shouldTriggerFullSync
|
||||
requireFullSync = () => this.shouldTriggerFullSync = true
|
||||
requireFullSync: () => void = () => this.shouldTriggerFullSync = true
|
||||
|
||||
async saveModifiedVersionNumbers () {
|
||||
const { database, transaction, familyId } = this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue