export const updateCircuitDescription = new ValidatedMethod({
  name: 'circuits.updateDescription',

  validate: new SimpleSchema({
    cid: { type: String },