Fix linting

This commit is contained in:
stubbsta 2026-07-07 10:26:51 +02:00
parent 43dff68f49
commit 8bd5a266eb
No known key found for this signature in database

View File

@ -287,7 +287,8 @@ suite "RLN Proofs as a Lightpush Service":
pubsubTopic: PubsubTopic, message: WakuMessage
): Future[WakuLightPushResult] {.async.} =
inc callCount
return lighpushErrorResult(LightPushErrorCode.INVALID_MESSAGE, RlnValidatorErrorMsg)
return
lighpushErrorResult(LightPushErrorCode.INVALID_MESSAGE, RlnValidatorErrorMsg)
server.wakuLightPush.pushHandler = stub
let response = await server.lightpushPublish(some(pubsubTopic), message)