1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Fix random style thing

This commit is contained in:
carbotaniuman 2021-08-22 15:18:31 -05:00
parent 98bbcc1734
commit e114601117

View file

@ -102,9 +102,9 @@ fun getServer(
FunctionCounter.builder(
"client.sent",
statistics,
{ it.bytesSent.get().toDouble() }
).baseUnit(BaseUnits.BYTES).register(registry)
statistics
) { it.bytesSent.get().toDouble() }
.baseUnit(BaseUnits.BYTES).register(registry)
val verifier = TokenVerifier(
tokenKey = remoteSettings.tokenKey,