瀏覽代碼

refactor: eslint fixes

Kristian Vos 3 年之前
父節點
當前提交
805dc96b64
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      frontend/src/components/modals/EditSong/index.vue

+ 3 - 1
frontend/src/components/modals/EditSong/index.vue

@@ -854,7 +854,7 @@ export default {
 		});
 	},
 	methods: {
-		init(why) {
+		init() {
 			if (this.songId) this.loadSong(this.songId);
 			else if (!this.bulk) {
 				new Toast("You can't open EditSong without editing a song");
@@ -1043,6 +1043,8 @@ export default {
 					}
 				);
 			});
+
+			return null;
 		},
 		unloadSong(songId) {
 			this.songDataLoaded = false;