if (co.repositoryId) {
      Repository.find(co.repositoryId).then(({ body }) => {
        state.repository = body
      })
    }