Skip to content

Commit

Permalink
Update src/main/scala/org/broadinstitute/dsde/workbench/sam/google/Di…
Browse files Browse the repository at this point in the history
…sableUsersMonitor.scala

Co-authored-by: dvoet <dvoet@users.noreply.github.com>
  • Loading branch information
s-rubenstein and dvoet committed Feb 11, 2021
1 parent d145f4d commit abdd3cf
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ class DisableUsersMonitorSupervisor(
object DisableUsersMonitor {
case object StartMonitorPass

sealed abstract class DisableUserResult()
final case class DisableUserResponse(userId: WorkbenchUserId, value: Option[UserStatus])
final case class ReportMessage(value: DisableUserResponse, ackId: String) extends DisableUserResult()
final case class FailToDisable(t: Throwable, ackId: String) extends DisableUserResult()
final case class ReportMessage(value: DisableUserResponse, ackId: String)
final case class FailToDisable(t: Throwable, ackId: String)

def props(
pollInterval: FiniteDuration,
Expand Down

0 comments on commit abdd3cf

Please sign in to comment.