mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-03-06 06:35:25 +00:00
build: eslint
This commit is contained in:
@@ -11,9 +11,7 @@ interface IProps {
|
||||
onPlayDiscord: (sound: SoundType) => void;
|
||||
}
|
||||
|
||||
interface IState {}
|
||||
|
||||
export class ClipPlayerControl extends React.Component<IProps, IState> {
|
||||
export class ClipPlayerControl extends React.Component<IProps, unknown> {
|
||||
checkExtension(extension: string) {
|
||||
switch (extension) {
|
||||
case 'wav':
|
||||
|
||||
Reference in New Issue
Block a user