Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import { validateLength } from 'ember-changeset-validations/validators';
import validateAccount from '../validators/account';
export default {
label: validateLength({ allowBlank: true }),
representative: validateAccount({ allowBlank: true }),
};