Skip to content

Commit

Permalink
Merge pull request #663 from cisagov/revert-662-dj-cidr_hot_fix-WIP
Browse files Browse the repository at this point in the history
Revert "Filter domains that don't belong to cidrs"
  • Loading branch information
schmelz21 authored Oct 1, 2024
2 parents 409146a + 387d4b1 commit f8f04ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/tasks/flagFloatingIps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ export const handler = async (commandOptions: CommandOptions) => {
}
}
}
};
};

Check failure on line 28 in backend/src/tasks/flagFloatingIps.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `⏎`
2 changes: 1 addition & 1 deletion backend/src/tasks/helpers/checkIpInCidr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default async (
where: { id: org.parent.id },
relations: ['sectors']
});

Check failure on line 35 in backend/src/tasks/helpers/checkIpInCidr.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `······`
return parentOrg ? await isOrganizationExecutive(parentOrg) : false;
}
return false;
Expand Down

0 comments on commit f8f04ee

Please sign in to comment.