Skip to content

Commit 4389e6c

Browse files
committed
lint
1 parent 0f5cb6b commit 4389e6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/common/atlas/accessListUtils.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ export async function ensureCurrentIpInAccessList(apiClient: ApiClient, projectI
3939
// 409 Conflict: entry already exists, ignore
4040
return;
4141
}
42-
logger.debug(LogId.atlasIpAccessListAddFailure, "accessListUtils", `Error adding IP access list: ${err}`);
42+
logger.debug(
43+
LogId.atlasIpAccessListAddFailure,
44+
"accessListUtils",
45+
`Error adding IP access list: ${err instanceof Error ? err.message : String(err)}`
46+
);
4347
}
4448
}

0 commit comments

Comments
 (0)