Skip to content

Commit

Permalink
update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
terryttsai committed May 10, 2022
1 parent 3dcf625 commit 81503ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotlight-client/src/DataStore/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getTenantFromDomain(): TenantId | undefined {
// production domains
if (domain.endsWith(".gov")) {
// TODO(#530): Add ID here
// TODO(#): Add ME here
// TODO(#569): Add ME here
if (domain.endsWith(".nd.gov")) {
return "US_ND";
}
Expand Down

0 comments on commit 81503ad

Please sign in to comment.