Skip to content

Commit 1573cd4

Browse files
committed
fix: update favicon select function to return image property
1 parent 226216a commit 1573cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graphorm/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ const obj = new GraphORM({
17371737
},
17381738
favicon: {
17391739
rawSelect: true,
1740-
select: () => 'NULL',
1740+
select: () => 'c.image',
17411741
},
17421742
},
17431743
},

0 commit comments

Comments
 (0)