We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea58c2e commit 88d086cCopy full SHA for 88d086c
openfn/importer/workflows/example/project.yaml
@@ -207,7 +207,7 @@ workflows:
207
208
// This import is needed for code assist in VSC
209
// It is harmless to include in job code, but not needed in lightning
210
- import { b, util } from '@openfn/language-fhir-jembi';
+ import { b, util } from '@openfn/language-fhir-ndr-et';
211
212
const createId = (base, type) => {
213
let id = `${base}${type}`;
0 commit comments