Skip to content

Commit e2f0d21

Browse files
committed
update
1 parent 66ec84f commit e2f0d21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/atlas/accessListUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export async function makeCurrentIpAccessListEntry(
2424
* @param projectId The Atlas project ID
2525
*/
2626
export async function ensureCurrentIpInAccessList(apiClient: ApiClient, projectId: string): Promise<void> {
27-
// Get the current public IP
2827
const entry = await makeCurrentIpAccessListEntry(apiClient, projectId, DEFAULT_ACCESS_LIST_COMMENT);
2928
try {
3029
await apiClient.createProjectIpAccessList({

0 commit comments

Comments
 (0)