fix typecheck

This commit is contained in:
mtvpls
2025-12-08 01:00:10 +08:00
parent dfd5004a5e
commit b7f6868176
+1 -1
View File
@@ -98,7 +98,7 @@ export function WatchRoomProvider({ children }: WatchRoomProviderProps) {
setToast({ setToast({
message: '房主已离开,播放状态已清除', message: '房主已离开,播放状态已清除',
type: 'warning', type: 'info',
duration: 4000, duration: 4000,
onClose: () => setToast(null), onClose: () => setToast(null),
}); });