mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-06-14 10:14:29 +02:00
Added support for mail notifications and WIP JIRA export.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
case class EmailMessageId(messageId: String) extends AnyVal {
|
||||
def validIdOption = Some(messageId).filterNot(_ == "") // Prevents using invalid empty string when using mock
|
||||
}
|
||||
Reference in New Issue
Block a user