We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8da450c + a126ad6 commit 5c8729cCopy full SHA for 5c8729c
apps/api/src/youtube/youtube.service.ts
@@ -74,9 +74,9 @@ export class YoutubeService {
74
75
const accessToken = await this.resolveAccessToken(userId, channel);
76
77
- const searchParams: Record<string, string | number> = {
+ const searchParams: Record<string, string | number | boolean> = {
78
part: 'snippet',
79
- forMine: 'true',
+ forMine: true,
80
type: 'video',
81
order: 'viewCount',
82
maxResults,
0 commit comments