Skip to content

Commit ad164c4

Browse files
Updated settings type to use acceptNewFields (#506)
1 parent d020a7d commit ad164c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export interface Settings {
134134
synonyms?: {
135135
[field: string]: string[]
136136
}
137-
indexNewFields?: boolean
137+
acceptNewFields?: boolean
138138
}
139139

140140
/*

0 commit comments

Comments
 (0)