aboutsummaryrefslogtreecommitdiff
path: root/services/profiles/profiles.hooks.ts
blob: bb05d9431bf1b6c25e3944b0bd3ba6c256cbd755 (plain)
1
2
3
4
5
6
7
8
9
10
import {
  expandAuthorManyHook
} from '../../hooks/expandAuthor';

export default {
  after: {
    get: [expandAuthorManyHook]
  }
};