Sha256: a6b4597c7d1317aebd920ebdb1022c6c9e5562b1fc54b7cdbafd55f9e8d9f297
Contents?: true
Size: 294 Bytes
Versions: 86
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true require "nhs_api_client" namespace :ods do desc "Use the NHS Organisation Data Service (ODS) API to fetch updates to practices and GPs" task sync: :environment do Renalware::Patients::SyncODSJob.perform_later(dry_run: ENV["dry_run"] == "true") end end
Version data entries
86 entries across 86 versions & 1 rubygems