Handlers must return a result (#282)

This commit is contained in:
Mitchell Syer
2022-01-07 08:33:35 -05:00
committed by GitHub
parent 63ca189907
commit b714abddae
@@ -107,6 +107,7 @@ object UpdateController {
)
},
withResults = {
httpCode(HttpCode.OK)
}
)
}