Skip to content

Commit

Permalink
Clear unintented config for scribe
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Oct 14, 2024
1 parent b6f6f69 commit 8c4a7be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions care.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ const careConfig = {
enabled: (env.REACT_ENABLE_ABDM ?? "true") === "true",
},

scribe: {
enabled: env.REACT_ENABLE_SCRIBE === "true",
},

careApps: appsData,
} as const;

Expand Down

0 comments on commit 8c4a7be

Please sign in to comment.