Skip to content

Commit

Permalink
Fixed missing namespace for API-PIT endpoints (#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 Jan 18, 2023
1 parent 4a09988 commit 551c1c3
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 551c1c3

Please sign in to comment.