Skip to content

Commit 88d086c

Browse files
remove old adaptor reference
1 parent ea58c2e commit 88d086c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfn/importer/workflows/example/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ workflows:
207207
208208
// This import is needed for code assist in VSC
209209
// It is harmless to include in job code, but not needed in lightning
210-
import { b, util } from '@openfn/language-fhir-jembi';
210+
import { b, util } from '@openfn/language-fhir-ndr-et';
211211
212212
const createId = (base, type) => {
213213
let id = `${base}${type}`;

0 commit comments

Comments
 (0)