Skip to content

Commit

Permalink
MDS-6103 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
simensma-fresh committed Oct 23, 2024
1 parent 8ec2b8c commit c8603dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const ProjectManagement: FC = () => {
<div className="margin-large--top">
<Row gutter={12.5} align="middle" className="margin-medium--bottom">
<Col>
<FontAwesomeIcon size="lg" icon={faLock} className="color-error" />
<FontAwesomeIcon size="lg" icon={faLock} className="color-primary" />
</Col>
<Col>
<Title level={3} className="color-primary margin-none">
Expand Down
6 changes: 3 additions & 3 deletions services/common/src/constants/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ export function setupEnvironment(
if (!flagsmithUrl) {
throw new Error("flagsmithUrl Is Mandatory");
}
// if (!geoMarkUrl) {
// throw new Error("geoMarkUrl Is Mandatory");
// }
if (!geoMarkUrl) {
throw new Error("geoMarkUrl Is Mandatory");
}

ENVIRONMENT.apiUrl = apiUrl;
ENVIRONMENT.docManUrl = docManUrl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from app.api.search.search.permit_search_service import PermitSearchService
from app.tasks.celery import celery
from celery import Task
from flask import current_app
from werkzeug.exceptions import InternalServerError


Expand Down

0 comments on commit c8603dc

Please sign in to comment.