Skip to content

Commit

Permalink
fix(amplify-category-notifications): fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavghosh06 committed Feb 21, 2019
1 parent 77e3af6 commit b2f4dfe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ async function disableChannel(context, channelName) {
context.exeInfo.pinpointClient = await pintpointHelper.getPinpointClient(context, 'update');
const channelWorker = require(path.join(__dirname, channelWorkers[channelName]));
await channelWorker.disable(context);

}
}

Expand Down

0 comments on commit b2f4dfe

Please sign in to comment.