mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-20 16:24:32 +01:00
Added support for mail notifications and WIP JIRA export.
This commit is contained in:
5
app/models/EmailMessageId.scala
Normal file
5
app/models/EmailMessageId.scala
Normal file
@@ -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