Răsfoiți Sursa

add disable-next-line

zahmis 4 ani în urmă
părinte
comite
4f95e74ed9

+ 1 - 0
packages/app/src/components/Admin/SlackIntegration/ManageCommandsProcess.jsx

@@ -62,6 +62,7 @@ const getPermissionTypeFromValue = (value) => {
   logger.error('The value type must be boolean or string[]');
   logger.error('The value type must be boolean or string[]');
 };
 };
 
 
+// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
 const ManageCommandsProcess = ({
 const ManageCommandsProcess = ({
   apiv3Put, slackAppIntegrationId, permissionsForBroadcastUseCommands, permissionsForSingleUseCommands,
   apiv3Put, slackAppIntegrationId, permissionsForBroadcastUseCommands, permissionsForSingleUseCommands,
 }) => {
 }) => {