Skip to content

Commit

Permalink
Small fix (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Jan 17, 2024
1 parent d16752d commit ee2e329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/lab-bw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { R4 } from '@ahryman40k/ts-fhir-types'
import express, { Request, Response } from 'express'
import { saveBundle } from '../hapi/lab'
import { invalidBundle, invalidBundleMessage } from '../lib/helpers'
import { getMetadata, invalidBundle, invalidBundleMessage } from '../lib/helpers'
import logger from '../lib/winston'
import { WorkflowHandler } from '../workflows/botswana/workflowHandler'

Expand Down

0 comments on commit ee2e329

Please sign in to comment.