Skip to content

Commit

Permalink
fixup: spaces to tabs in TS.
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed Aug 16, 2024
1 parent d6f4ed0 commit 61188c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/typescript/scripts/update-graphql-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const result = execSync(`git branch --remote --list "origin/releases/sui-graphql
patch,
branch,
schema: `https://raw.githubusercontent.com/MystenLabs/sui/${branch}/crates/sui-graphql-rpc/schema.graphql`,
}
}
: null;
})
.filter((x): x is NonNullable<typeof x> => x !== null);
Expand Down

0 comments on commit 61188c7

Please sign in to comment.