2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-24 04:31:12 +00:00
2018-07-05 13:33:02 +01:00

5 lines
172 B
JavaScript

import { validatePresence, validateLength } from 'ember-changeset-validations/validators';
export default {
Key: [validatePresence(true), validateLength({ min: 1 })],
};