Skip to content

Commit 8e2649d

Browse files
committed
Lint
1 parent ea8a7f4 commit 8e2649d

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

grafast/dataplan-pg/src/steps/pgSelect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import {
2525
isAsyncIterable,
2626
isDev,
2727
isPromiseLike,
28-
operationPlan,
2928
reverseArray,
3029
SafeError,
3130
Step,

graphile-build/graphile-build-pg/src/plugins/PgCustomTypeFieldPlugin.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import type {
1616
PgSelectArgumentDigest,
1717
PgSelectArgumentSpec,
1818
PgSelectQueryBuilder,
19-
PgTypedStep,
2019
PgUpdateSingleStep,
2120
} from "@dataplan/pg";
2221
import {
@@ -42,7 +41,6 @@ import {
4241
__ListTransformStep,
4342
bakedInput,
4443
connection,
45-
constant,
4644
object,
4745
ObjectStep,
4846
stepAMayDependOnStepB,
@@ -555,13 +553,6 @@ export const PgCustomTypeFieldPlugin: GraphileConfig.Plugin = {
555553
argDetailsSimple,
556554
`argDetailsSimple_${resource.name}`,
557555
);
558-
let indexAfterWhichAllArgsAreNamed = 0;
559-
const argDetailsLength = argDetails.length;
560-
for (let i = 0; i < argDetailsLength; i++) {
561-
if (!argDetails[i].postgresArgName) {
562-
indexAfterWhichAllArgsAreNamed = i + 1;
563-
}
564-
}
565556

566557
const makeArgs = EXPORTABLE(
567558
(argDetailsSimple, makeArg) =>

0 commit comments

Comments
 (0)