Skip to content

Commit

Permalink
fix(dashboard): correct create now playing overlay #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Jun 11, 2024
1 parent faa7813 commit ee09e60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ async function handleAdd() {
// eslint-disable-next-line ts/ban-ts-comment
// @ts-expect-error
delete input.channelId
delete input.id
await creator.executeMutation({
input,
Expand Down

0 comments on commit ee09e60

Please sign in to comment.