mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-20 02:00:14 +00:00
ddns: allow overriding domains per configuration (#111)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ export function asOptionalField<T extends z.ZodTypeAny>(schema: T) {
|
||||
}
|
||||
|
||||
export const conv = {
|
||||
recordToStr: (rec: Record<string, boolean>) => {
|
||||
recordToStr: <T>(rec: Record<string, T>) => {
|
||||
const arr: string[] = []
|
||||
for (const key in rec) {
|
||||
arr.push(key)
|
||||
|
||||
Reference in New Issue
Block a user