aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zimbra/index.js
blob: 1b0a47f1b392624952538fd99c8fb09eeb76c16e (plain) (blame)
1
2
3
4
5
module.exports = Ferdi => class Zimbra extends Ferdi {
  async validateUrl(url) {
    return true;
  }
};