Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup
Browse files Browse the repository at this point in the history
dohaki committed Dec 24, 2024
1 parent 703ef6e commit 2110f3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/relay/index.ts
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ import { handleErrorCondition } from "../_errors";
import { getLogger, hexString, validAddress } from "../_utils";
import {
allowedMethodNames,
getRelayRequestHash,
setCachedRelayRequestPending,
validateMethodArgs,
verifySignatures,
@@ -83,7 +84,7 @@ export default async function handler(
});

response.status(200).json({
messageId: queueResponse.messageId,
requestHash: getRelayRequestHash(relayRequest),
});
} catch (error) {
return handleErrorCondition("api/relay", response, logger, error);

0 comments on commit 2110f3e

Please sign in to comment.