if (co.currentRepositoryId) {
      Repository.find(co.currentRepositoryId).then(({ body }) => {
        state.currentRepository = body
      })
    }