Skip to content

Commit b140af8

Browse files
committed
TypeScript tweak
1 parent 222061f commit b140af8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export function getComputedAttributeResources(
3737
build: GraphileBuild.Build,
3838
source: PgResource
3939
) {
40-
const computedAttributeSources = Object.values(
41-
build.input.pgRegistry.pgResources
40+
const computedAttributeSources = (
41+
Object.values(build.input.pgRegistry.pgResources) as PgResource[]
4242
).filter(
4343
(
4444
s

0 commit comments

Comments
 (0)