- fix: check if need refresh.. part 1
- keytab in todo...
This commit is contained in:
@@ -2,6 +2,6 @@ import indexdb from './indexdb'
|
||||
|
||||
export default async (context, cmd, table, data = null, id = '') => {
|
||||
const descr = data !== null ? data.descr : ''
|
||||
console.log('globalroutines', cmd, table, descr, id)
|
||||
// console.log('globalroutines', cmd, table, descr, id)
|
||||
return await indexdb(context, cmd, table, data, id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user