Skip to content

Commit 473dc78

Browse files
committed
Fix linter error
1 parent d03dac4 commit 473dc78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification/_types/query_dsl/compound.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ export class DisMaxQuery extends QueryBase {
9191
}
9292

9393
/** @codegen_names single, multi */
94-
export type FunctionScore = SingleFunctionScoreContainer | MultiFunctionScoreQuery
94+
export type FunctionScore =
95+
| SingleFunctionScoreContainer
96+
| MultiFunctionScoreQuery
9597

9698
/**
9799
* @shortcut_property functions

0 commit comments

Comments
 (0)