diff options
| author | Max Isom <[email protected]> | 2022-03-19 11:04:20 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-03-19 11:04:20 -0400 |
| commit | bd0e37e0b819bba1248914c03c6a6e17d458e263 (patch) | |
| tree | af245baa3d7771bade967ef16135c12b15db39d0 /src/inversify.config.ts | |
| parent | 46df0875d507ec8e7b1b268f1db5e7925d767d41 (diff) | |
| download | muse-bd0e37e0b819bba1248914c03c6a6e17d458e263.tar.xz muse-bd0e37e0b819bba1248914c03c6a6e17d458e263.zip | |
Fix lint issue
Diffstat (limited to 'src/inversify.config.ts')
| -rw-r--r-- | src/inversify.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inversify.config.ts b/src/inversify.config.ts index 5574bb0..2119b98 100644 --- a/src/inversify.config.ts +++ b/src/inversify.config.ts @@ -21,7 +21,7 @@ import Config from './commands/config.js'; import Disconnect from './commands/disconnect.js'; import Favorites from './commands/favorites.js'; import ForwardSeek from './commands/fseek.js'; -import Move from './commands/move.js' +import Move from './commands/move.js'; import NowPlaying from './commands/now-playing.js'; import Pause from './commands/pause.js'; import Play from './commands/play.js'; |
