We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ec84f commit e2f0d21Copy full SHA for e2f0d21
src/common/atlas/accessListUtils.ts
@@ -24,7 +24,6 @@ export async function makeCurrentIpAccessListEntry(
24
* @param projectId The Atlas project ID
25
*/
26
export async function ensureCurrentIpInAccessList(apiClient: ApiClient, projectId: string): Promise<void> {
27
- // Get the current public IP
28
const entry = await makeCurrentIpAccessListEntry(apiClient, projectId, DEFAULT_ACCESS_LIST_COMMENT);
29
try {
30
await apiClient.createProjectIpAccessList({
0 commit comments