refactored to MP...debugs starts now

This commit is contained in:
STEINNI
2025-10-06 17:38:43 +00:00
parent 350d37e465
commit 4c325056a8
3 changed files with 0 additions and 9 deletions
-5
View File
@@ -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' } }) }