fix typo
This commit is contained in:
parent
273441f379
commit
cec1e288f9
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ async function getHtml(ctx) {
|
|||
const embedPath = `/$/${PAGES.EMBED}/`;
|
||||
|
||||
if (requestPath.includes(invitePath)) {
|
||||
const inviteChannel = path.slice(invitePath.length).replace(/:/g, '#');
|
||||
const inviteChannel = requestPath.slice(invitePath.length).replace(/:/g, '#');
|
||||
const inviteChannelUrl = `lbry://${inviteChannel}`;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue