Skip to content

Commit

Permalink
Merge branch 'develop' into issue/10158/patient-user-card-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev authored Feb 3, 2025
2 parents 2f15f7d + 8ee64da commit 6a751ce
Show file tree
Hide file tree
Showing 33 changed files with 137 additions and 2,146 deletions.
3 changes: 0 additions & 3 deletions .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ REACT_SENTRY_DSN=
# Sentry environment (default: staging)
REACT_SENTRY_ENVIRONMENT=

# Sample format file paths
REACT_SAMPLE_FORMAT_ASSET_IMPORT=/asset-import-template.xlsx

# Camera feed, still watching idle timeout (in seconds; default: 180)
REACT_STILL_WATCHING_IDLE_TIMEOUT=

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-merge-conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
wait_ms: 15000
detect_merge_changes: false
conflict_comment: |
Conflicts have been detected against the base branch. Please rebase your branch against the base branch.
Conflicts have been detected against the base branch. Please merge the base branch into your branch.
cc: @${author}
> _See: https://docs.ohc.network/docs/contributing#how-to-resolve-merge-conflicts_
5 changes: 0 additions & 5 deletions care.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ const careConfig = {
reCaptchaSiteKey:
env.REACT_RECAPTCHA_SITE_KEY || "6LdvxuQUAAAAADDWVflgBqyHGfq-xmvNJaToM0pN",

sampleFormats: {
assetImport:
env.REACT_SAMPLE_FORMAT_ASSET_IMPORT || "/asset-import-template.xlsx",
},

wartimeShifting: boolean("REACT_WARTIME_SHIFTING"),

stillWatching: {
Expand Down
Loading

0 comments on commit 6a751ce

Please sign in to comment.