Skip to content

Commit

Permalink
Fixed missing namespace for API-PIT endpoints (opensearch-project#364)
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Feb 27, 2023
1 parent 39440e4 commit e1b05a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/api/create_pit.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
/* eslint camelcase: 0 */
/* eslint no-unused-vars: 0 */

/** @namespace API-PIT */

const { handleError, snakeCaseKeys, normalizeArguments, kConfigurationError } = require('../utils');
const acceptedQuerystring = [
'allow_partial_pit_creation',
Expand Down

0 comments on commit e1b05a4

Please sign in to comment.