Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Aug 24, 2024
1 parent 1ab7f6c commit 0a35ec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function getOptionsFromLivePage(
channelUrl += channelAtId;
} else {
// throw new Error('Channel Url was not found');
channelUrl = '???' // FIXME
channelUrl = '???'; // FIXME
}

return {
Expand Down

0 comments on commit 0a35ec6

Please sign in to comment.