aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Smith <zach@driver.xyz>2018-02-22 15:52:19 -0800
committerZach Smith <zach@driver.xyz>2018-02-22 15:52:19 -0800
commit82b0ce517eb1076f72199a9c3888bbccf2692c01 (patch)
tree14db4838c660bc10bebba37197118e0b4c5270e3
parentd48406367be713fe8fd24f8dea15545817906cd4 (diff)
downloaddriver-core-82b0ce517eb1076f72199a9c3888bbccf2692c01.tar.gz
driver-core-82b0ce517eb1076f72199a9c3888bbccf2692c01.tar.bz2
driver-core-82b0ce517eb1076f72199a9c3888bbccf2692c01.zip
Remove .seal call from DriverRoute rejection handler
-rw-r--r--src/main/scala/xyz/driver/core/rest/DriverRoute.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/core/rest/DriverRoute.scala b/src/main/scala/xyz/driver/core/rest/DriverRoute.scala
index 58a4143..32d996a 100644
--- a/src/main/scala/xyz/driver/core/rest/DriverRoute.scala
+++ b/src/main/scala/xyz/driver/core/rest/DriverRoute.scala
@@ -94,7 +94,6 @@ trait DriverRoute {
}
}
.result()
- .seal
/**
* Override me for custom exception handling