Skip to content

Commit 0beec1b

Browse files
authored
chore: fix lint (#3281)
1 parent eaf11d6 commit 0beec1b

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
@@ -1686,7 +1686,7 @@ const obj = new GraphORM({
16861686
fields: {
16871687
cv: {
16881688
jsonType: true,
1689-
transform: async (value: GCSBlob, ctx, parent): Promise<GCSBlob> => {
1689+
transform: async (value: GCSBlob): Promise<GCSBlob> => {
16901690
if (!value || !value.blob) {
16911691
return value;
16921692
}

0 commit comments

Comments
 (0)