Switch account removal worker to new return value

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-12-29 21:03:13 +01:00
parent 8540369ccc
commit 4d3b4aa93c

View file

@ -249,6 +249,6 @@ public class AccountRemovalWorker extends Worker {
}
}
return Result.SUCCESS;
return Result.success();
}
}