Skip to content

Commit

Permalink
fix(hasura): fixed the order of metadata to match the exported one (#608
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ali-shabani authored and WonderPanda committed Jul 3, 2023
1 parent 4e172f5 commit 3c3481a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,8 @@ const typeMap = {
{ json: "webhook", js: "webhook", typ: "" },
], "any"),
"RetryConfST": o([
{ json: "num_retries", js: "num_retries", typ: u(undefined, 0) },
{ json: "retry_interval_seconds", js: "retry_interval_seconds", typ: u(undefined, 0) },
{ json: "num_retries", js: "num_retries", typ: u(undefined, 0) },
{ json: "timeout_seconds", js: "timeout_seconds", typ: u(undefined, 0) },
{ json: "tolerance_seconds", js: "tolerance_seconds", typ: u(undefined, 0) },
], "any"),
Expand Down

0 comments on commit 3c3481a

Please sign in to comment.