Circuits OK
Accounts Ok Movements OK
This commit is contained in:
@@ -34,9 +34,9 @@ export const DB = {
|
||||
}
|
||||
|
||||
export function allTables() {
|
||||
const myarr = OtherTables
|
||||
for (const tab of MainTables) {
|
||||
for (const method of allMethod) {
|
||||
const myarr = costanti.OtherTables
|
||||
for (const tab of costanti.MainTables) {
|
||||
for (const method of costanti.allMethod) {
|
||||
myarr.push(method + tab)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user