Skip to content

Commit 1e32929

Browse files
committed
fix(dotnet): resource map generation
1 parent 0d899d6 commit 1e32929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aidbox_sdk/generator/dotnet.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@
260260
(map (fn [schema]
261261
(let [class-name' (class-name (:resource-name schema))
262262
module-name (if (:base? schema)
263-
"Base"
263+
"Aidbox.FHIR.Base"
264264
(package->module-name (:package schema)))]
265-
(format "{ typeof(Aidbox.FHIR.%s.%s), \"%s\"}"
265+
(format "{ typeof(%s.%s), \"%s\"}"
266266
module-name
267267
class-name'
268268
class-name'))))))

0 commit comments

Comments
 (0)