File size: 96 Bytes
1e92f2d |
1 2 3 4 |
// @flow
export const communityChannelCount = (id: string) =>
`community:${id}:channelCount`;
|
1e92f2d |
1 2 3 4 |
// @flow
export const communityChannelCount = (id: string) =>
`community:${id}:channelCount`;
|