vue translation does not support JS logic in templates

This is anyways probably for the best
This commit is contained in:
Johannes Zellner
2025-02-06 21:02:07 +01:00
parent e608257c1a
commit 96f60caa77
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function create() {
};
}));
for (const domain in allDomains) {
for (const domain of allDomains) {
const [error, result] = await domainsModel.checkRecords(domain.domain, domain.subdomain);
if (error) return [error];