Skip to content

Commit

Permalink
fix(dotnet): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krvital committed Oct 23, 2024
1 parent c772afb commit e82a51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aidbox_sdk/generator/dotnet.clj
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
(= (:name %) "resource"))
(-> %
(assoc :type "T")
(assoc :service-type false))
(assoc :service-type? false))
%)))
properties (->> elements
(map generate-property)
Expand Down

0 comments on commit e82a51c

Please sign in to comment.