Closed eloff closed 4 months ago
onMontior calls this.db.lock({ key: 'monitor' }) which is not defined if you pass a custom db argument with executeSql function.
this.db.lock({ key: 'monitor' })
Presumably it can be implemented in terms of executeSql?
This should be resolved
onMontior calls
this.db.lock({ key: 'monitor' })
which is not defined if you pass a custom db argument with executeSql function.Presumably it can be implemented in terms of executeSql?