Skip to content

Commit

Permalink
admin: Remove unused @ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Aug 11, 2024
1 parent 3658329 commit 0f91b07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin/components/playlist/ChangesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ const emit = defineEmits<{
}>()

const selectableIds = computed<Array<Song['$id']>>(() => {
// @ts-expect-error
return props.dataChanges.map(song => song.$id)
.filter(id => getPublishingStateById(id)?.state !== 'processing' && getPublishingStateById(id)?.state !== 'succeeded')
})
Expand Down

0 comments on commit 0f91b07

Please sign in to comment.