Skip to content

Commit

Permalink
style: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jul 17, 2024
1 parent e346236 commit eea34b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function configureTenderdashTaskFactory() {
function configureTenderdashTask(configGroup) {
return new Listr([
{
task: async (ctx) => {
task: async () => {
const platformConfigs = configGroup.filter((config) => config.get('platform.enable'));

const subTasks = [];
Expand Down

0 comments on commit eea34b7

Please sign in to comment.