mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
wip
This commit is contained in:
@@ -285,7 +285,7 @@ async function findAppModules() {
|
||||
const indentation = moduleIndentationMap[info.type]?.indentation
|
||||
let typeName = unnestName(info.type)
|
||||
if(indentation !== parentName && indentation) {
|
||||
typeName = `${indentation.replace(/\$/g, '.')}.${typeName}`
|
||||
typeName = `${indentation.replaceAll('$', '.')}.${typeName}`
|
||||
}
|
||||
|
||||
// if(info.enumValues) {
|
||||
|
||||
Reference in New Issue
Block a user