Skip to content

Commit

Permalink
fix(parser): use correct link to songs-requests public page
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Sep 14, 2023
1 parent 5c01929 commit bc54309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/parser/internal/commands/songrequest/youtube/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var SrListCommand = &types.DefaultCommand{
result := &types.CommandsHandlerResult{}

url := fmt.Sprintf(
"%s://%s/p/%s/song-requests",
"%s://%s/p/%s/songs-requests",
lo.If(parseCtx.Services.Config.AppEnv == "development", "http").Else("https"),
parseCtx.Services.Config.HostName,
parseCtx.Channel.Name,
Expand Down

0 comments on commit bc54309

Please sign in to comment.