def apply()

in src/main/scala/managehelpcontentpublisher/sfknowledge/Main.scala [129:135]


    def apply(
        recordList: Seq[KnowledgeArticles.Records]
    ): Unit = {

      val recordListWithincrementedGDPRAttempts =
        recordList.map(a => a.copy(FormattedTags = Some(a.TopicAssignments.records.map(b => b.Topic.Name))))
    }