Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 19, 2024
1 parent 229392e commit 566f205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/domains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ async fn create_singledomain(
/// ```
fn generate_txt_record(domain: String, program_id: u32, env_id: i64) -> String {
let uuid = Uuid::new_v4();
//adobe-aem-verification=demo.aem-dev.schindler.com /25158/80920/c6eeea3f-624a-40fc-94c6-def816ca33bd
//adobe-aem-verification=pippodemo.aem-dev.schindler.com/25158/80920/fc3c3a15-049f-4823-8548-8cbef5e35a6b
// adobe-aem-verification=<domain-name>/<program-id>/<environment-id>/<random-8-4-4-4-12-guid>\
let txt_record = format!(
"adobe-aem-verification={}/{}/{}/{}",
Expand Down

0 comments on commit 566f205

Please sign in to comment.