Skip to content

Commit

Permalink
Edit: Supress TS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsstc committed Apr 24, 2020
1 parent a197e55 commit 84a6fd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/purge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export default Purge = class {

// Delete the channel
channel.delete()
.then()
// @ts-ignore
.then(console.log)
.catch(console.error);

// Now re-create the channel with the same name and type
Expand Down

0 comments on commit 84a6fd1

Please sign in to comment.