Skip to content

Commit

Permalink
Update Test
Browse files Browse the repository at this point in the history
  • Loading branch information
awhiteside1 committed Sep 16, 2024
1 parent fa8b021 commit aa2c4c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/semantic-search/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const setupFields = (config: Config, indexableFields: Array<string>) => {
hooks: { afterChange: [afterChangeHook] } satisfies FieldBase['hooks'],
}),
)
console.log(field.fieldConfig)
}
}

Expand Down

0 comments on commit aa2c4c1

Please sign in to comment.