Skip to content

Commit

Permalink
fix(elation): reverting to extensions core 1.0.18 and removing upstash
Browse files Browse the repository at this point in the history
  • Loading branch information
bejoinka committed Feb 6, 2025
1 parent 850b14a commit d2797ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions extensions/elation/webhooks/appointmentCreatedOrUpdated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import {
} from '@awell-health/extensions-core'
import { ELATION_SYSTEM } from '../constants'
import { type SubscriptionEvent } from '../types/subscription'
import { createHash } from 'node:crypto'
import { Duration } from '@upstash/ratelimit'
import { rateLimitDurationSchema } from '../settings'
import { isNil } from 'lodash'

const dataPoints = {
appointmentId: {
Expand Down
4 changes: 0 additions & 4 deletions extensions/elation/webhooks/patientCreatedOrUpdated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import {
type Webhook,
} from '@awell-health/extensions-core'
import { type SubscriptionEvent } from '../types/subscription'
import { Duration } from '@upstash/ratelimit'
import { rateLimitDurationSchema } from '../settings'
import { createHash } from 'node:crypto'
import { isNil } from 'lodash'

const dataPoints = {
patientId: {
Expand Down

0 comments on commit d2797ed

Please sign in to comment.