export const updateCircuitName = new ValidatedMethod({
  name: 'circuits.updateName',

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