Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro authored and ornicar committed Feb 1, 2016
1 parent a4124e6 commit c4f6ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/security/src/main/Spam.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Spam {

private val replacements = List(
"""velocitychess.com/ref/\w+""".r -> "velocitychess.com",
"""chess24.com?ref=\w+""".r -> "chess24.com"
"""chess24.com?ref=\w+""".r -> "chess24.com",
"""chess.com/register?refId=\w+""" -> "chess.com/register"
)
}

0 comments on commit c4f6ac8

Please sign in to comment.