Skip to content

Commit 3609e8e

Browse files
committed
fix: build
1 parent 0ba8d8b commit 3609e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/graph-populate.hook.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function graphPopulate(
3434
if (!populateQuery) return context
3535

3636
const { app } = context
37-
const graphPopulateApp: GraphPopulateApplication | undefined = app.graphPopulate
37+
const graphPopulateApp: GraphPopulateApplication | undefined = (app as any).graphPopulate
3838

3939
// Get the populate data based on the query keys
4040
const keys = Object.keys(populateQuery)

0 commit comments

Comments
 (0)