Skip to content

Commit 95dfdff

Browse files
committed
fix: eslint-ignore @ts-ignore
1 parent 695536d commit 95dfdff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/modules/song-upload/components/client/context/UploadSong.context.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export const UploadSongProvider = ({
201201

202202
formMethods.setValue(
203203
'thumbnailData.backgroundColor',
204+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
204205
// @ts-ignore
205206
bgColors[colorKeys[randomColor]].dark,
206207
);

0 commit comments

Comments
 (0)