Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 321 B view raw
1// Only exported so we can register/run it through bottle 2export { default as makeRefreshUserScoresCacheJob } from './refreshUserScoresCacheJob.js'; 3export { 4 type UserStatisticsService, 5 default as makeUserStatisticsService, 6} from './userStatisticsService.js'; 7export { type UserScore } from './computeUserScore.js';