Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Sep 4, 2024
1 parent f99ac5c commit eec46f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/OpenSearchAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class OpenSearchAPI {
this.getScriptContext = require('./_core/getScriptContext').bind(this)
this.getScriptLanguages = require('./_core/getScriptLanguages').bind(this)
this.getSource = require('./_core/getSource').bind(this)
this.index = require('./_core').bind(this)
this.index = require('./_core/index').bind(this)
this.info = require('./_core/info').bind(this)
this.mget = require('./_core/mget').bind(this)
this.msearch = require('./_core/msearch').bind(this)
Expand Down

0 comments on commit eec46f0

Please sign in to comment.