chore(record)

This commit is contained in:
oiov
2025-06-16 16:00:44 +08:00
parent 8f44b8ae11
commit 6c784d255d
4 changed files with 25 additions and 15 deletions
+3 -1
View File
@@ -242,7 +242,9 @@ export async function getUserRecordByTypeNameContent(
type,
// content,
name,
// active,
active: {
not: 3,
},
},
});
}
+1 -1
View File
@@ -236,7 +236,7 @@ export function applyRecordEmailHtml({
</table>
<div class="button-container">
<a href="${appUrl}/admin/domains" class="button">Review Record</a>
<a href="${appUrl}/admin/records" class="button">Review Record</a>
</div>
</div>
</body>