Skip to content

Commit

Permalink
Apply lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerfort committed Mar 28, 2023
1 parent 28c2ba7 commit 1df3bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/laststream.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CommandInteraction } from 'discord.js'
import { Discord, SimpleCommand, SimpleCommandMessage, Slash } from 'discordx'

import { AppTokenAuthProvider } from '@twurple/auth'
import { AppTokenAuthProvider } from '@twurple/auth'
import { ApiClient } from '@twurple/api'

const formatTimeString = (duration: number) => {
Expand Down

0 comments on commit 1df3bf8

Please sign in to comment.