From 551c1c3e8c6c2b8ee9ab17d97e4392915370ccfa Mon Sep 17 00:00:00 2001 From: Theo Nam Truong Date: Wed, 18 Jan 2023 12:30:39 -0700 Subject: [PATCH] Fixed missing namespace for API-PIT endpoints (#364) Signed-off-by: Theo Truong --- api/api/create_pit.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/api/create_pit.js b/api/api/create_pit.js index cb9269ddd..9665fc44b 100644 --- a/api/api/create_pit.js +++ b/api/api/create_pit.js @@ -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',