fix lint
This commit is contained in:
parent
4d3cace0f5
commit
d0527d9648
|
|
@ -198,11 +198,11 @@ export class CacheService implements OnApplicationShutdown {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'followChannel': {
|
case 'followChannel': {
|
||||||
this.userFollowingChannelsCache.refresh(body.userId)
|
this.userFollowingChannelsCache.refresh(body.userId);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'unfollowChannel': {
|
case 'unfollowChannel': {
|
||||||
this.userFollowingChannelsCache.delete(body.userId)
|
this.userFollowingChannelsCache.delete(body.userId);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue