fix duplicate

This commit is contained in:
Pallavi Kumari
2025-10-20 22:04:10 +05:30
parent cdf77087cd
commit 49bc2dc5da

View File

@@ -47,7 +47,6 @@ type JoinedRow = {
niceId: string; niceId: string;
name: string; name: string;
ssl: boolean; ssl: boolean;
niceId: string;
fullDomain: string | null; fullDomain: string | null;
passwordId: number | null; passwordId: number | null;
sso: boolean; sso: boolean;
@@ -81,6 +80,7 @@ export type ResourceWithTargets = {
enabled: boolean; enabled: boolean;
domainId: string | null; domainId: string | null;
niceId: string; niceId: string;
headerAuthId: number | null;
targets: Array<{ targets: Array<{
targetId: number; targetId: number;
ip: string; ip: string;