refactored to MP...debugs starts now
This commit is contained in:
@@ -33,11 +33,6 @@ export class configHelper {
|
||||
this.config = curConfig
|
||||
}
|
||||
|
||||
async refreshAccessRightsDynamo(){
|
||||
let ar = await this.dynamoGet('accessRights')
|
||||
this.config.accessRights = ar
|
||||
}
|
||||
|
||||
async refreshAccessRightsFile(){
|
||||
let tmp
|
||||
try { tmp = import(`${this.localfile}?update=${Date.now()}`, { assert: { type: 'json' } }) }
|
||||
|
||||
Reference in New Issue
Block a user