|
|
@ -50,7 +50,7 @@ fun cloneTemplate(template: String, index: Int, content: String): File { |
|
|
|
return tempDir |
|
|
|
return tempDir |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
val ignoreTill = java.time.LocalDate.parse("2022-02-10") |
|
|
|
val ignoreTill = java.time.LocalDate.parse("2022-02-20") |
|
|
|
|
|
|
|
|
|
|
|
fun isIgnored(tutorial: String): Boolean { |
|
|
|
fun isIgnored(tutorial: String): Boolean { |
|
|
|
if (java.time.LocalDate.now() > ignoreTill) return false |
|
|
|
if (java.time.LocalDate.now() > ignoreTill) return false |
|
|
|