Skip to content

Commit 4d81c04

Browse files
committed
remove: encode component
1 parent 7f5ba02 commit 4d81c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/server/infra/youtube/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export class YoutubeService implements IYoutubeService {
139139
const responseResult = await wrap(
140140
this.youtube.search.list({
141141
part: ["snippet"],
142-
q: encodeURIComponent(params.query),
142+
q: params.query,
143143
maxResults: 50,
144144
eventType: params.eventType,
145145
type: ["video"],

0 commit comments

Comments
 (0)