diff --git a/src/cli/ImsBaseHandler.ts b/src/cli/ImsBaseHandler.ts index a22c6e1..835646e 100644 --- a/src/cli/ImsBaseHandler.ts +++ b/src/cli/ImsBaseHandler.ts @@ -56,7 +56,6 @@ export abstract class ImsBaseHandler implements ICommandHandler { * * @param {IHandlerParameters} commandParameters Command parameters sent to the handler. * @param {ImsSession} session The session object generated from the ims profile. - * @param {IProfile} imsProfile The ims profile that was loaded for the command. * * @returns {Promise} The response from the underlying ims api call. */