Skip to content

Commit 571c1db

Browse files
committed
fix: minor fixes
1 parent cc5be66 commit 571c1db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func main() {
217217
LoadESPluginFromFile(router, elasticSearchPath, elasticSearchMiddleware)
218218
// Load ReactiveSearch plugin
219219
if reactiveSearchPath != "" {
220-
LoadESPluginFromFile(router, reactiveSearchPath, reactiveSearchMiddleware)
220+
LoadRSPluginFromFile(router, reactiveSearchPath, reactiveSearchMiddleware)
221221
}
222222
if err != nil {
223223
log.Fatal("error loading plugins: ", err)

0 commit comments

Comments
 (0)