Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Aug 16, 2024
1 parent 653929a commit 8e56156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grafast/dataplan-pg/src/examples/exampleSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5157,7 +5157,8 @@ export function makeExampleSchema(
},
type: MultipleActionsPayload,
plan: EXPORTABLE(
(executor, object, sleep, sql, withPgClientTransaction) => function plan(_$root, { $input: { $a } }) {
(executor, object, sleep, sql, withPgClientTransaction) =>
function plan(_$root, { $input: { $a } }) {
const $transactionResult = withPgClientTransaction<
{ a: number | null | undefined },
number[]
Expand Down

0 comments on commit 8e56156

Please sign in to comment.