Skip to content

Commit

Permalink
add status=200
Browse files Browse the repository at this point in the history
fixes: #6
  • Loading branch information
DenisCarriere committed Oct 8, 2023
1 parent f3c33d5 commit dd89b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export async function action(options: WebhookRunOptions) {
if (!clock.timestamp) return;
const chain = new URL(options.substreamsEndpoint).hostname.split(".")[0];
const metadata = {
status: 200,
cursor,
session: {
traceId: session.traceId,
Expand Down

0 comments on commit dd89b33

Please sign in to comment.