mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 06:53:14 +02:00
feat: global reactive updates to data
This commit is contained in:
@@ -397,7 +397,6 @@ export class TmdbApi implements Api<paths> {
|
||||
mostPopular: TmdbSeriesSmall[];
|
||||
}> => {
|
||||
const userId = this.getUserId();
|
||||
console.log('userId recommended series', userId);
|
||||
|
||||
if (!userId)
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user