aboutsummaryrefslogtreecommitdiff
path: root/services/profiles/profiles.hooks.ts
blob: 13d6f63790acc6b31cb7643cf9bea576072736cb (plain)
1
2
3
4
5
6
7
8
import convertPoll from '../../hooks/convertPoll';

export default {
  after: {
    all: [convertPoll]
  }
};